Skip to content

Commit 0d95e61

Browse files
committed
Releasing 0.9.5
1 parent d1bb581 commit 0d95e61

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
@@ -21,7 +21,7 @@ In order to add sbt-osgi as a plugin, just add the below setting to the relevant
2121
```
2222
// Other stuff
2323
24-
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
24+
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.5")
2525
```
2626

2727
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.4"
1+
version in ThisBuild := "0.9.5"
22

0 commit comments

Comments
 (0)