Skip to content

Commit

Permalink
Merge pull request #323 from vmunier/patch-1
Browse files Browse the repository at this point in the history
Update sbt.rst: add project/build.properties
  • Loading branch information
densh committed Oct 11, 2016
2 parents 74a80b7 + 2e0ebcb commit 701927f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/sbt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Start within a new folder, and create a file ``project/plugins.sbt`` as follows:

addSbtPlugin("org.scala-native" % "sbtplugin" % "0.1-SNAPSHOT")

Create a file ``project/build.properties`` to define the sbt version as follows::

sbt.version=0.13.12
define a new ``build.sbt``::

enablePlugins(ScalaNativePlugin)
Expand Down

0 comments on commit 701927f

Please sign in to comment.