mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 14:17:13 +02:00
Updates for 1.0.1-M1
This commit is contained in:
@@ -26,6 +26,7 @@ object Mima {
|
||||
"1.0.0-RC13",
|
||||
"1.0.0-RC14",
|
||||
"1.0.0",
|
||||
"1.0.1-M1",
|
||||
"" // binary compatibility versions
|
||||
)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
addSbtPlugin("io.get-coursier" % "sbt-coursier" % coursierVersion0)
|
||||
|
||||
// important: this line is matched / substituted during releases (via sbt-release)
|
||||
def coursierVersion0 = "1.0.0"
|
||||
def coursierVersion0 = "1.0.1-M1"
|
||||
|
||||
// required for just released things
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
|
||||
Reference in New Issue
Block a user