Skip to content

Commit 0e0e908

Browse files
committed
Import files from scalafx sub-project scalafx-hello-world.
1 parent fa1c4bb commit 0e0e908

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

build.sbt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@ version := "1.0.8"
77
// Version of Scala used by the project
88
scalaVersion := "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
2014
fork := true

0 commit comments

Comments
 (0)