Browse Source

Update README for 0.11.2 release

master
Sarah Gerweck 8 years ago
parent
commit
d0ba71ee5e
  1. 10
      README.md

10
README.md

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

Loading…
Cancel
Save