Newer
Older
gitbucket_jkp / project / plugins.sbt
@nazoking nazoking on 3 Jan 2016 325 bytes add jrebel plugin
  1. scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
  2.  
  3. addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.0.4")
  4. addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.12.0")
  5. addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "2.1.0")
  6. addSbtPlugin("fi.gekkio.sbtplugins" % "sbt-jrebel-plugin" % "0.10.0")