Updates for 1.1.0-M2

This commit is contained in:
Alexandre Archambault 2018-04-28 15:56:42 +02:00
parent 22c55da980
commit 66c7f7e900
No known key found for this signature in database
GPG Key ID: 14640A6839C263A9
5 changed files with 6 additions and 6 deletions

View File

@ -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.1.0-M1/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-M2/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.1.0-M1/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-M2/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,

BIN
coursier

Binary file not shown.

View File

@ -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.1.0-M1/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-M2/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.1.0-M1/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-M2/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,

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.1.0-M1"
def coursierVersion0 = "1.1.0-M2"
// required for just released things
resolvers += Resolver.sonatypeRepo("releases")

View File

@ -1,7 +1,7 @@
#!/bin/bash
# grepped and updated during releases
VERSION=1.1.0-M1
VERSION=1.1.0-M2
ACTUAL_VERSION="${ACTUAL_VERSION:-"$VERSION"}"
CACHE_VERSION=v1