From dc0b356bff9342f8f171a00e969c28c19bcd04aa Mon Sep 17 00:00:00 2001 From: William Narmontas Date: Sat, 1 Aug 2020 13:08:38 +0100 Subject: [PATCH] Restore version in the README to 1.7.4 Closes #1356 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7a3a0889..8b4506b82 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Add the following to your `project/plugins.sbt` file: ```scala // for autoplugins -addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1") +addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.4") ``` In your `build.sbt` enable the plugin you want. For example the