Skip to content

Commit e4f3b38

Browse files
committed
change scalafx dependency (using java 7)
1 parent 412d936 commit e4f3b38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ libraryDependencies += "com.typesafe.akka" %% "akka-stream-experimental" % "0.4"
4141

4242
libraryDependencies += "com.quantifind" %% "wisp" % "0.0.4"
4343

44-
libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.0-R4"
44+
libraryDependencies += "org.scalafx" %% "scalafx" % "1.0.0-R8"
45+
46+
unmanagedJars in Compile += Attributed.blank(file(scala.util.Properties.javaHome) / "/lib/jfxrt.jar")
4547

4648
libraryDependencies += "com.storm-enroute" %% "reactive-collections" % "0.5"

0 commit comments

Comments
 (0)