Skip to content

Commit

Permalink
Merge branch 'master' into fix/java-app-packaging-plugins-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Dec 19, 2023
2 parents 3f1d20e + 59f3385 commit f820303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Add the following to your `project/plugins.sbt` file:

```scala
// for autoplugins
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "<version>")
```

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

0 comments on commit f820303

Please sign in to comment.