Skip to content

Commit 59f3385

Browse files
authored
Remove out of date version number from readme (#1560)
1 parent 665e4e2 commit 59f3385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the following to your `project/plugins.sbt` file:
5656

5757
```scala
5858
// for autoplugins
59-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4")
59+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "<version>")
6060
```
6161

6262
In your `build.sbt` enable the plugin you want. For example the

0 commit comments

Comments
 (0)