From 6b95e4c18ec15d4751912572b53b568388f09620 Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Tue, 13 Feb 2018 14:06:59 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de0ce3..bb3a4cf 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ sbt-osgi is a plugin for sbt. In order to install sbt, please refer to the [sbt - sbt-osgi 0.5 → sbt 0.12 - sbt-osgi 0.7 → sbt 0.13 +- sbt-osgi 0.9 → sbt 0.13 / sbt 1.x As sbt-osgi is a plugin for sbt, it is installed like any other sbt plugin, that is by mere configuration: just add sbt-osgi to your global or local plugin definition. Global plugins are defined in `~/.sbt//plugins/plugins.sbt` and local plugins are defined in `project/plugins.sbt` in your project. @@ -20,7 +21,7 @@ In order to add sbt-osgi as a plugin, just add the below setting to the relevant ``` // Other stuff -addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.2") +addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3") ``` If you want to use the latest and greatest features, you can instead have sbt depend on and locally build the current source snapshot by adding the following to your plugin definition file.