Update README for 0.11.2 release

This commit is contained in:
Sarah Gerweck 2016-12-08 18:52:48 -08:00
parent 26bc1f14ca
commit d0ba71ee5e

View File

@ -26,13 +26,11 @@ 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.11.1"
libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.11.2"
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.
This currently supports both Scala 2.11 and 2.12. Scala 2.11 will remain a
first-class citizen until Scala 2.13 is released unless it would require
substantial forking.
## Usage ##