Update docs for 0.11.1 release
This commit is contained in:
parent
f98d453559
commit
65fc16ec14
@ -45,3 +45,7 @@ end users will be listed here.
|
||||
* Update to ScalaFX 8.0.102-R11.
|
||||
* This makes Java 1.8.0_101 the official minimum version.
|
||||
* Reorganize the build to meet SBT 1.0 guidelines.
|
||||
|
||||
#### 0.11.1
|
||||
|
||||
* Update to Akka 2.4.11.
|
||||
|
@ -26,7 +26,13 @@ will be happy to merge high-quality pull requests if you find a bug.
|
||||
|
||||
To use ScalaFX, add the following to your SBT build:
|
||||
|
||||
libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.12.0"
|
||||
libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.11.1"
|
||||
|
||||
This requires Scala 2.11 at this time. As all the dependencies become
|
||||
available for Scala 2.12, I will add support for any release candidates or
|
||||
releases. Conversely, Scala 2.11 support will be maintained with new features
|
||||
as long as the dependencies remain available and no substantial forking is
|
||||
required.
|
||||
|
||||
## Usage ##
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user