diff --git a/README.md b/README.md index 49e18b65e..5ee1b8257 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-M4/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-M5/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-M4/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-M5/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 b0efafcbb..e7684f25c 100755 Binary files a/coursier and b/coursier differ diff --git a/doc/readme/README.md b/doc/readme/README.md index 5a237eba2..96cf2f289 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-M4/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-M5/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-M4/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-M5/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 ac1023f7a..4445167d1 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-M4" +def coursierVersion0 = "1.1.0-M5" // required for just released things resolvers += Resolver.sonatypeRepo("releases") diff --git a/scripts/generate-launcher.sh b/scripts/generate-launcher.sh index 573bc561a..dd501d407 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-M4 +VERSION=1.1.0-M5 ACTUAL_VERSION="${ACTUAL_VERSION:-"$VERSION"}" CACHE_VERSION=v1