Skip to content

Commit

Permalink
Merge pull request #337 from aviks/patch-1
Browse files Browse the repository at this point in the history
change plugin version to 0.7.5-RC1 in documentation
  • Loading branch information
muuki88 committed Aug 31, 2014
2 parents 0af1b28 + c3495a3 commit 51e948b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx/GettingStartedApplications/MyFirstProject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 51e948b

Please sign in to comment.