mirror of https://github.com/sbt/sbt.git
Back to sbt-coursier 1.0.0-RC7 before publishing
Because of https://github.com/coursier/coursier/issues/619
This commit is contained in:
parent
11b14e9f2e
commit
e3097a56ca
|
|
@ -21,7 +21,7 @@ libs ++= Seq(
|
|||
)
|
||||
|
||||
// important: this line is matched / substituted during releases (via sbt-release)
|
||||
def coursierVersion = "1.0.0-RC8"
|
||||
def coursierVersion = "1.0.0-RC7"
|
||||
|
||||
// required for just released things
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ 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-RC8"
|
||||
def coursierVersion = "1.0.0-RC7"
|
||||
|
||||
// required for just released things
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion)
|
||||
|
||||
// important: this line is matched / substituted during releases (via sbt-release)
|
||||
def coursierVersion = "1.0.0-RC8"
|
||||
def coursierVersion = "1.0.0-RC7"
|
||||
|
||||
// required for just released things
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
|
|
|
|||
Loading…
Reference in New Issue