We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed19adf commit 6cf639fCopy full SHA for 6cf639f
build.sbt
@@ -41,11 +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"
45
-
46
libraryDependencies += "org.scalafx" %% "scalafx" % "1.0.0-R8"
47
48
unmanagedJars in Compile += Attributed.blank(file(scala.util.Properties.javaHome) / "/lib/jfxrt.jar")
49
-//unmanagedJars in Compile += Attributed.blank(file("/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre") / "/lib/jfxrt.jar")
50
51
libraryDependencies += "com.storm-enroute" %% "reactive-collections" % "0.5"
0 commit comments