Newer
Older
gitbucket_jkp / project / plugins.sbt
@Naoki Takezoe Naoki Takezoe on 11 Nov 2016 412 bytes (refs #1346) Update libraries for Scala 2.12
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

addSbtPlugin("com.typesafe.sbt"     % "sbt-twirl"         % "1.1.1")
addSbtPlugin("com.eed3si9n"         % "sbt-assembly"      % "0.14.3")
addSbtPlugin("com.earldouglas"      % "xsbt-web-plugin"   % "2.1.1")
addSbtPlugin("fi.gekkio.sbtplugins" % "sbt-jrebel-plugin" % "0.10.0")
addSbtPlugin("com.typesafe.sbt"     % "sbt-pgp"           % "0.8.3")