Updates for 1.0.2

This commit is contained in:
Alexandre Archambault 2018-02-09 11:26:37 +01:00
parent f743b85d1d
commit 37aff72ada
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
5 changed files with 4 additions and 3 deletions

BIN
coursier

Binary file not shown.

View File

@ -28,6 +28,7 @@ object Mima {
"1.0.0",
"1.0.1-M1",
"1.0.1",
"1.0.2",
"" // binary compatibility versions
)

View File

@ -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")

View File

@ -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"

View File

@ -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