diff --git a/README.md b/README.md index 5ee1b8257..366e7ff8c 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,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.1.0-M5/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-M6/README.md#api) of coursier instead. Add an import for coursier, ```scala @@ -438,7 +438,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.1.0-M5/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-M6/README.md#api-1) of coursier instead. The first module, `"io.get-coursier" %% "coursier" % "1.0.3"`, mainly depends on `scalaz-core` (and only it, *not* `scalaz-concurrent` for example). It contains among others, diff --git a/coursier b/coursier index e7684f25c..11a2c6ed0 100755 Binary files a/coursier and b/coursier differ diff --git a/doc/readme/README.md b/doc/readme/README.md index 96cf2f289..e3c8175e1 100644 --- a/doc/readme/README.md +++ b/doc/readme/README.md @@ -134,7 +134,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.1.0-M5/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-M6/README.md#api) of coursier instead. Add an import for coursier, ```scala @@ -465,7 +465,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.1.0-M5/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-M6/README.md#api-1) of coursier instead. The first module, `"io.get-coursier" %% "coursier" % "1.0.3"`, mainly depends on `scalaz-core` (and only it, *not* `scalaz-concurrent` for example). It contains among others, diff --git a/project/project/project/plugins.sbt b/project/project/project/plugins.sbt index 4445167d1..473a0b17e 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.1.0-M5" +def coursierVersion0 = "1.1.0-M6" // required for just released things resolvers += Resolver.sonatypeRepo("releases") diff --git a/scripts/generate-launcher.sh b/scripts/generate-launcher.sh index dd501d407..6f6c0cea3 100755 --- a/scripts/generate-launcher.sh +++ b/scripts/generate-launcher.sh @@ -1,7 +1,7 @@ #!/bin/bash # grepped and updated during releases -VERSION=1.1.0-M5 +VERSION=1.1.0-M6 ACTUAL_VERSION="${ACTUAL_VERSION:-"$VERSION"}" CACHE_VERSION=v1