Skip to content

Commit

Permalink
2.10.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Dec 31, 2012
1 parent 38b8882 commit c140da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/SBinaryProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ object SBinaryProject extends Build
lazy val commonSettings: Seq[Setting[_]] = Seq(
organization := "org.scala-tools.sbinary",
version := "0.4.1-SNAPSHOT",
scalaVersion := "2.10.0-RC3"
scalaVersion := "2.10.0"
)

lazy val scalaCheck = libraryDependencies += "org.scalacheck" % "scalacheck_2.10.0-RC2" % "1.10.0" % "test"
lazy val scalaCheck = libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.10.0" % "test"
lazy val coreSettings = commonSettings ++ template ++ Seq(
name := "SBinary",
scalaCheck,
Expand Down

0 comments on commit c140da7

Please sign in to comment.