1 2 3 4 5 6 7 8 9 10
name := "tlcockpit" version := "0.1" scalaVersion := "2.12.3" libraryDependencies += "org.scalafx" % "scalafx_2.12" % "8.0.102-R11" // for scalafx fork := true