Monadic-ScalaFX-Demo/project/plugin.sbt

7 lines
283 B
Plaintext
Raw Normal View History

2020-08-27 14:28:18 +00:00
scalacOptions ++= Seq("-unchecked", "-deprecation")
// [https://github.com/sbt/sbteclipse]
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
// addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
addSbtPlugin("com.quadstingray" % "sbt-javafx" % "1.5.2")