Add links to README of latest release

This commit is contained in:
Alexandre Archambault 2018-02-19 10:26:44 +01:00
parent 1816b25b84
commit ee4a860d7e
2 changed files with 8 additions and 0 deletions

View File

@ -131,6 +131,8 @@ 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.0.2/README.md#api) of coursier instead.
Add an import for coursier,
```scala
import coursier._
@ -421,6 +423,8 @@ 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.0.2/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,
definitions,

View File

@ -131,6 +131,8 @@ 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.0.2/README.md#api) of coursier instead.
Add an import for coursier,
```scala
import coursier._
@ -450,6 +452,8 @@ 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.0.2/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,
definitions,