Newer
Older
gitbucket_jkp / project / plugins.sbt
@Naoki Takezoe Naoki Takezoe on 21 Oct 2017 630 bytes bump sbt-twirl to 1.3.12
  1. scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
  2.  
  3. addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.12")
  4. addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
  5. //addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.0.0")
  6. //addSbtPlugin("fi.gekkio.sbtplugins" % "sbt-jrebel-plugin" % "0.10.0")
  7. addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "1.0.1")
  8. addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
  9. addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC11")
  10. addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")