Skip to content

Commit 6cf639f

Browse files
committed
change scalafx dependency to java 7
1 parent ed19adf commit 6cf639f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.sbt

-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +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"
45-
4644
libraryDependencies += "org.scalafx" %% "scalafx" % "1.0.0-R8"
4745

4846
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")
5047

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

0 commit comments

Comments
 (0)