mirror of https://github.com/sbt/sbt.git
Merge pull request #533 from ChristopherDavenport/updateSupported
List Support for 0.13.15 in Readme
This commit is contained in:
commit
b77016cf77
|
|
@ -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