We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412d936 commit e4f3b38Copy full SHA for e4f3b38
build.sbt
@@ -41,6 +41,8 @@ libraryDependencies += "com.typesafe.akka" %% "akka-stream-experimental" % "0.4"
41
42
libraryDependencies += "com.quantifind" %% "wisp" % "0.0.4"
43
44
-libraryDependencies += "org.scalafx" %% "scalafx" % "8.0.0-R4"
+libraryDependencies += "org.scalafx" %% "scalafx" % "1.0.0-R8"
45
+
46
+unmanagedJars in Compile += Attributed.blank(file(scala.util.Properties.javaHome) / "/lib/jfxrt.jar")
47
48
libraryDependencies += "com.storm-enroute" %% "reactive-collections" % "0.5"
0 commit comments