Skip to content

Commit

Permalink
bumped version of scala-fx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hrj committed Apr 8, 2015
1 parent 8624460 commit 3a12104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import AssemblyKeys._ // put this at the top of the file

assemblySettings

libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.31-R7"
libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.40-R8"

unmanagedJars in Compile += Attributed.blank(file(System.getenv("JAVA_HOME") + "/jre/lib/jfxrt.jar"))

Expand Down

0 comments on commit 3a12104

Please sign in to comment.