mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-10-30 18:15:59 +01:00
10 lines
304 B
Scala
10 lines
304 B
Scala
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
|
|
|
|
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
|
|
|
|
addSbtPlugin("org.scalatra.sbt" % "scalatra-sbt" % "0.3.0")
|
|
|
|
addSbtPlugin("io.spray" % "sbt-twirl" % "0.6.1")
|
|
|
|
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.2")
|