File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,8 @@ version := "1.0.8"
77// Version of Scala used by the project
88scalaVersion := " 2.10.4"
99
10- // Add dependency on ScalaFX library, for use with JavaFX 2.2/Java 7
11- libraryDependencies += " org.scalafx" %% " scalafx" % " 1.0.0-R8"
12-
13- // Add dependency on ScalaFX library, for use with JavaFX 8/Java 8
14- // libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.0-M3"
15-
16- // Add dependency on JavaFX library (only for Java 7)
17- unmanagedJars in Compile += Attributed .blank(file(scala.util.Properties .javaHome) / " /lib/jfxrt.jar" )
10+ // Add dependency on ScalaFX library
11+ libraryDependencies += " org.scalafx" %% " scalafx" % " 8.0.0-R4"
1812
1913// Fork a new JVM for 'run' and 'test:run', to avoid JavaFX double initialization problems
2014fork := true
You can’t perform that action at this time.
0 commit comments