Skip to content
Snippets Groups Projects
Commit dbaaa5e5 authored by Chrissi's avatar Chrissi
Browse files

remove scala fx from build properties

parent 54547844
No related branches found
No related tags found
No related merge requests found
import sbt.Keys.organization import sbt.Keys.organization
val scrollVersion = "1.8" val scrollVersion = "1.8"
val scalaFxVersion = "8.0.144-R12"
mainClass in (Compile, run) := Some("MainApp") mainClass in (Compile, run) := Some("MainApp")
...@@ -13,6 +12,5 @@ lazy val modelmanagementprovider = (project in file(".")). ...@@ -13,6 +12,5 @@ lazy val modelmanagementprovider = (project in file(".")).
scalaVersion := "2.12.6", scalaVersion := "2.12.6",
sbtVersion := "1.2.8", sbtVersion := "1.2.8",
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"com.github.max-leuthaeuser" %% "scroll" % scrollVersion, "com.github.max-leuthaeuser" %% "scroll" % scrollVersion)
"org.scalafx" %% "scalafx" % scalaFxVersion)
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment