Monadic-ScalaFX-Demo/project/plugin.sbt
Rohan Sircar b988ad267e Added store pattern using monix
also added relevant implicits to use it
2020-12-15 12:51:25 +05:30

8 lines
341 B
Scala

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")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.23")