mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-10-28 17:16:28 +01:00
7 lines
325 B
Scala
7 lines
325 B
Scala
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.0.4")
|
|
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.12.0")
|
|
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "2.1.0")
|
|
addSbtPlugin("fi.gekkio.sbtplugins" % "sbt-jrebel-plugin" % "0.10.0")
|