We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665e4e2 commit 59f3385Copy full SHA for 59f3385
README.md
@@ -56,7 +56,7 @@ Add the following to your `project/plugins.sbt` file:
56
57
```scala
58
// for autoplugins
59
-addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "<version>")
60
```
61
62
In your `build.sbt` enable the plugin you want. For example the
0 commit comments