Skip to content

Commit

Permalink
explicitly specify sbt version used to build
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Aug 7, 2013
1 parent bdc555a commit 01a7137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SBinaryProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object SBinaryProject extends Build

lazy val commonSettings: Seq[Setting[_]] = Seq(
organization := "org.scala-tools.sbinary",
version := "0.4.2",
version := "0.4.3-SNAPSHOT",
scalaVersion := "2.10.2",
includeTestDependencies <<= scalaVersion(_.startsWith("2.10."))
)
Expand Down

0 comments on commit 01a7137

Please sign in to comment.