From c3495a3e14caef00956582e0dc350d45db458028 Mon Sep 17 00:00:00 2001 From: Avik Sengupta Date: Tue, 26 Aug 2014 18:25:15 +0100 Subject: [PATCH] change plugin version to 0.7.5-RC1 The README on github shows 0.7.5-RC1. Later in the documentation, the Jdep plugin for cross platform debian builds is mentioned, which only seems to work on 0.7.5-RC1. --- src/sphinx/GettingStartedApplications/MyFirstProject.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/GettingStartedApplications/MyFirstProject.rst b/src/sphinx/GettingStartedApplications/MyFirstProject.rst index 3229d95c4..647bd4b5a 100644 --- a/src/sphinx/GettingStartedApplications/MyFirstProject.rst +++ b/src/sphinx/GettingStartedApplications/MyFirstProject.rst @@ -11,7 +11,7 @@ and documents to users which version of sbt you require for the build. Next, let's add the native packager to our build by created a ``project/plugins.sbt`` file with the following contents :: - addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.1") + addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.5-RC1") Now, the build needs to be configured for packaging. Let's define the ``build.sbt`` file as follows