mirror of https://github.com/sbt/sbt.git
Added Newly Supported Version to README
Support was added for 0.13.15, 0.13.16-M1, and 1.0.0-M5
This commit is contained in:
parent
7874f62c41
commit
74acc32a11
|
|
@ -76,7 +76,7 @@ Enable the SBT plugin by adding
|
||||||
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC2")
|
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC2")
|
||||||
```
|
```
|
||||||
to `~/.sbt/0.13/plugins/build.sbt` (enables it globally), or to the `project/plugins.sbt` file
|
to `~/.sbt/0.13/plugins/build.sbt` (enables it globally), or to the `project/plugins.sbt` file
|
||||||
of an SBT project. Tested with SBT 0.13.8 / 0.13.9 / 0.13.11 / 0.13.12 / 0.13.13.
|
of an SBT project. Tested with SBT 0.13.8 / 0.13.9 / 0.13.11 / 0.13.12 / 0.13.13 / 0.13.15 / 0.13.16-M1 / 1.0.0-M5.
|
||||||
|
|
||||||
|
|
||||||
### Command-line
|
### Command-line
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ Enable the SBT plugin by adding
|
||||||
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC2")
|
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC2")
|
||||||
```
|
```
|
||||||
to `~/.sbt/0.13/plugins/build.sbt` (enables it globally), or to the `project/plugins.sbt` file
|
to `~/.sbt/0.13/plugins/build.sbt` (enables it globally), or to the `project/plugins.sbt` file
|
||||||
of an SBT project. Tested with SBT 0.13.8 / 0.13.9 / 0.13.11 / 0.13.12 / 0.13.13.
|
of an SBT project. Tested with SBT 0.13.8 / 0.13.9 / 0.13.11 / 0.13.12 / 0.13.13 / 0.13.15 / 0.13.16-M1 / 1.0.0-M5.
|
||||||
|
|
||||||
|
|
||||||
### Command-line
|
### Command-line
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue