mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-10-27 16:46:15 +01:00
12 lines
357 B
Scala
12 lines
357 B
Scala
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")
|
|
|
|
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
|
|
|
|
addSbtPlugin("org.scalatra.sbt" % "scalatra-sbt" % "0.3.5")
|
|
|
|
resolvers += "spray repo" at "http://repo.spray.io"
|
|
|
|
addSbtPlugin("io.spray" % "sbt-twirl" % "0.7.0")
|
|
|
|
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.4")
|