From b6b6f54e17354bdc64f5eb16400b9bf82893355b Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 11 Aug 2016 16:03:45 -0400 Subject: [PATCH] Update README --- README.md | 4 ++-- doc/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34c8e63e4..fe59a9dfc 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Enable the SBT plugin by adding addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M13") ``` to `~/.sbt/0.13/plugins/build.sbt` (enables it globally), or to the `project/plugins.sbt` file -of a SBT project. Tested with SBT 0.13.8 / 0.13.9. +of a SBT project. Tested with SBT 0.13.8 / 0.13.9 / 0.13.11 / 0.13.12. ### Command-line @@ -220,7 +220,7 @@ addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M13") to `~/.sbt/0.13/plugins/build.sbt` To enable it on a per-project basis, add it only to the `project/plugins.sbt` of a SBT project. -The SBT plugin has been tested only with SBT 0.13.8 / 0.13.9 / 0.13.11. It doesn't currently work with the SBT 1.0 milestones. +The SBT plugin has been tested only with SBT 0.13.8 / 0.13.9 / 0.13.11 / 0.13.12. It doesn't currently work with the SBT 1.0 milestones. Once enabled, the `update`, `updateClassifiers`, and `updateSbtClassifiers` commands are taken care of by coursier. These provide more output about what's going on than their default implementations do. diff --git a/doc/README.md b/doc/README.md index 8f4edab1a..b1e2fa8e4 100644 --- a/doc/README.md +++ b/doc/README.md @@ -76,7 +76,7 @@ Enable the SBT plugin by adding addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M13") ``` to `~/.sbt/0.13/plugins/build.sbt` (enables it globally), or to the `project/plugins.sbt` file -of a SBT project. Tested with SBT 0.13.8 / 0.13.9. +of a SBT project. Tested with SBT 0.13.8 / 0.13.9 / 0.13.11 / 0.13.12. ### Command-line @@ -247,7 +247,7 @@ addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M13") to `~/.sbt/0.13/plugins/build.sbt` To enable it on a per-project basis, add it only to the `project/plugins.sbt` of a SBT project. -The SBT plugin has been tested only with SBT 0.13.8 / 0.13.9 / 0.13.11. It doesn't currently work with the SBT 1.0 milestones. +The SBT plugin has been tested only with SBT 0.13.8 / 0.13.9 / 0.13.11 / 0.13.12. It doesn't currently work with the SBT 1.0 milestones. Once enabled, the `update`, `updateClassifiers`, and `updateSbtClassifiers` commands are taken care of by coursier. These provide more output about what's going on than their default implementations do.