Skip to content

Commit dc0b356

Browse files
authored
Restore version in the README to 1.7.4
Closes #1356
1 parent b53882a commit dc0b356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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.typesafe.sbt" % "sbt-native-packager" % "1")
59+
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.4")
6060
```
6161

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

0 commit comments

Comments
 (0)