Skip to content

Commit 420cf2a

Browse files
committed
Releasing v0.9.6
1 parent 3a70eef commit 420cf2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In order to add sbt-osgi as a plugin, just add the below setting to the relevant
2222
```
2323
// Other stuff
2424
25-
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5")
25+
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
2626
```
2727

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

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version in ThisBuild := "0.9.6-SNAPSHOT"
1+
version in ThisBuild := "0.9.6"
22

0 commit comments

Comments
 (0)