Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Jun 29, 2010
1 parent 2b9456f commit da13603
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ To build a signed package for release into the Marketplace

##Scala Versions

The version of Scala that sbt compiles your project against is configured in the `buildScalaVersion` property in the `project/build.properties` file. While this currently defaults to 2.7.7, you may set it to other versions including Scala 2.8 versions. Whenever you change build versions, you'll need to run `update` again to fetch dependencies. For more information, see the sbt documentation on [cross-building][cb].
The version of Scala that sbt compiles your project against is configured in the `buildScalaVersion` property in the `project/build.properties` file. While this currently defaults to 2.7.7, you may set it to other versions including Scala 2.8 versions.

Whenever you change build versions, you'll need to run `update` again to fetch dependencies. For more information, see the sbt documentation on [cross-building][cb].

[cb]: http://code.google.com/p/simple-build-tool/wiki/CrossBuild

Expand Down

0 comments on commit da13603

Please sign in to comment.