Skip to content

Commit 6b95e4c

Browse files
authored
Update README.md
1 parent bb62a2a commit 6b95e4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sbt-osgi is a plugin for sbt. In order to install sbt, please refer to the [sbt
1212

1313
- sbt-osgi 0.5 → sbt 0.12
1414
- sbt-osgi 0.7 → sbt 0.13
15+
- sbt-osgi 0.9 → sbt 0.13 / sbt 1.x
1516

1617
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/<SBT_VERSION>/plugins/plugins.sbt` and local plugins are defined in `project/plugins.sbt` in your project.
1718

@@ -20,7 +21,7 @@ In order to add sbt-osgi as a plugin, just add the below setting to the relevant
2021
```
2122
// Other stuff
2223
23-
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.2")
24+
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3")
2425
```
2526

2627
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.

0 commit comments

Comments
 (0)