mirror of https://github.com/sbt/sbt.git
Updates for 1.0.2
This commit is contained in:
parent
f743b85d1d
commit
37aff72ada
|
|
@ -28,6 +28,7 @@ object Mima {
|
|||
"1.0.0",
|
||||
"1.0.1-M1",
|
||||
"1.0.1",
|
||||
"1.0.2",
|
||||
"" // 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.1"
|
||||
def coursierVersion0 = "1.0.2"
|
||||
|
||||
// required for just released things
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.0.1
|
||||
VERSION=1.0.2
|
||||
CACHE_VERSION=v1
|
||||
|
||||
SBTPACK_LAUNCHER="$(dirname "$0")/../cli/target/pack/bin/coursier"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
io.get-coursier:coursier_2.11:1.0.2-SNAPSHOT:compile
|
||||
io.get-coursier:coursier_2.11:1.0.3-SNAPSHOT:compile
|
||||
org.scala-lang:scala-library:2.11.12:default
|
||||
org.scala-lang.modules:scala-xml_2.11:1.0.6:default
|
||||
org.scalaz:scalaz-core_2.11:7.2.16:default
|
||||
Loading…
Reference in New Issue