Skip to content

Commit

Permalink
Fix #1428 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Jul 8, 2021
1 parent a6b853d commit b7e3904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.typesafe.sbt" % "sbt-native-packager" % "1.7.6")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.1")
```

In your `build.sbt` enable the plugin you want. For example the
Expand Down
2 changes: 1 addition & 1 deletion src/sphinx/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sbt-native-packager is an *AutoPlugin*. Add it to your ``plugins.sbt``

.. code-block:: scala
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "x.y.z")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "x.y.z")
Native Tools
Expand Down

0 comments on commit b7e3904

Please sign in to comment.