We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53882a commit dc0b356Copy full SHA for dc0b356
README.md
@@ -56,7 +56,7 @@ Add the following to your `project/plugins.sbt` file:
56
57
```scala
58
// for autoplugins
59
-addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1")
+addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.4")
60
```
61
62
In your `build.sbt` enable the plugin you want. For example the
0 commit comments