mirror of https://github.com/sbt/sbt.git
9 lines
329 B
Scala
9 lines
329 B
Scala
addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion)
|
|
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.0")
|
|
|
|
// important: this line is matched / substituted during releases (via sbt-release)
|
|
def coursierVersion = "1.0.0-RC7"
|
|
|
|
// required for just released things
|
|
resolvers += Resolver.sonatypeRepo("releases")
|