Skip to content

Commit

Permalink
Updates for 1.1.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 21, 2018
1 parent a2de5cf commit b926591
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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-M3/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-M4/README.md#api) of coursier instead.

Add an import for coursier,
```scala
Expand Down Expand Up @@ -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-M3/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-M4/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,
Expand Down
Binary file modified coursier
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/readme/README.md
Expand Up @@ -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-M3/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-M4/README.md#api) of coursier instead.

Add an import for coursier,
```scala
Expand Down Expand Up @@ -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-M3/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-M4/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,
Expand Down
2 changes: 1 addition & 1 deletion 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-M3"
def coursierVersion0 = "1.1.0-M4"

// required for just released things
resolvers += Resolver.sonatypeRepo("releases")
2 changes: 1 addition & 1 deletion scripts/generate-launcher.sh
@@ -1,7 +1,7 @@
#!/bin/bash

# grepped and updated during releases
VERSION=1.1.0-M3
VERSION=1.1.0-M4
ACTUAL_VERSION="${ACTUAL_VERSION:-"$VERSION"}"
CACHE_VERSION=v1

Expand Down

0 comments on commit b926591

Please sign in to comment.