Update docs for 0.11.1 release

This commit is contained in:
Sarah Gerweck 2016-10-07 19:11:52 -07:00
parent f98d453559
commit 65fc16ec14
2 changed files with 11 additions and 1 deletions

View File

@ -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.

View File

@ -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 ##