mirror of https://github.com/sbt/sbt.git
Updates for 1.1.0-M7
This commit is contained in:
parent
b22424bb9c
commit
496e40a2be
|
|
@ -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-M6/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-M7/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-M6/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-M7/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,
|
||||
|
|
|
|||
|
|
@ -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-M6/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-M7/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-M6/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-M7/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,
|
||||
|
|
|
|||
|
|
@ -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-M6"
|
||||
def coursierVersion0 = "1.1.0-M7"
|
||||
|
||||
// required for just released things
|
||||
resolvers += Resolver.sonatypeRepo("releases")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# grepped and updated during releases
|
||||
VERSION=1.1.0-M6
|
||||
VERSION=1.1.0-M7
|
||||
ACTUAL_VERSION="${ACTUAL_VERSION:-"$VERSION"}"
|
||||
CACHE_VERSION=v1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue