diff --git a/README.md b/README.md index c284041a6..274114dbc 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ libraryDependencies ++= Seq( ) ``` -Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.0.2/README.md#api) of coursier instead. +Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M1/README.md#api) of coursier instead. Add an import for coursier, ```scala @@ -427,7 +427,7 @@ libraryDependencies ++= Seq( ) ``` -Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.0.2/README.md#api-1) of coursier instead. +Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M1/README.md#api-1) of coursier instead. The first module, `"io.get-coursier" %% "coursier" % "1.0.1"`, mainly depends on `scalaz-core` (and only it, *not* `scalaz-concurrent` for example). It contains among others, diff --git a/coursier b/coursier index 3cc4c11b2..b738c4e5f 100755 Binary files a/coursier and b/coursier differ diff --git a/doc/readme/README.md b/doc/readme/README.md index 5ba7299ac..e06c5605b 100644 --- a/doc/readme/README.md +++ b/doc/readme/README.md @@ -131,7 +131,7 @@ libraryDependencies ++= Seq( ) ``` -Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.0.2/README.md#api) of coursier instead. +Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M1/README.md#api) of coursier instead. Add an import for coursier, ```scala @@ -456,7 +456,7 @@ libraryDependencies ++= Seq( ) ``` -Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.0.2/README.md#api-1) of coursier instead. +Note that the examples below are validated against the current sources of coursier. You may want to read the [documentation of the latest release](https://github.com/coursier/coursier/blob/v1.1.0-M1/README.md#api-1) of coursier instead. The first module, `"io.get-coursier" %% "coursier" % "1.0.1"`, mainly depends on `scalaz-core` (and only it, *not* `scalaz-concurrent` for example). It contains among others, diff --git a/project/Mima.scala b/project/Mima.scala index e2230a066..4cdd2c162 100644 --- a/project/Mima.scala +++ b/project/Mima.scala @@ -10,6 +10,7 @@ object Mima { // Important: the line with the "binary compatibility versions" comment below is matched during releases def binaryCompatibilityVersions = Set( + "1.1.0-M1", "" // binary compatibility versions ) diff --git a/project/project/project/plugins.sbt b/project/project/project/plugins.sbt index d40d675aa..fc26539d3 100644 --- a/project/project/project/plugins.sbt +++ b/project/project/project/plugins.sbt @@ -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.2" +def coursierVersion0 = "1.1.0-M1" // required for just released things resolvers += Resolver.sonatypeRepo("releases") diff --git a/scripts/generate-launcher.sh b/scripts/generate-launcher.sh index 30b392792..b7fa44e53 100755 --- a/scripts/generate-launcher.sh +++ b/scripts/generate-launcher.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.0.2 +VERSION=1.1.0-M1 CACHE_VERSION=v1 SBTPACK_LAUNCHER="$(dirname "$0")/../cli/target/pack/bin/coursier"