Skip to content

Commit

Permalink
Update build to Scala 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvik committed Apr 15, 2012
1 parent 0c70e15 commit 77516bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/build.scala
Expand Up @@ -10,7 +10,7 @@ object BaithaDefaults {
name := "Baitha: The Scala/Android Toolkit",
organization := "com.sattvik",
version := "0.1.0-SNAPSHOT",
scalaVersion := "2.9.1-1",
scalaVersion := "2.9.2",
scalacOptions ++= Seq (
Opts.compile.deprecation,
Opts.compile.unchecked,
Expand All @@ -31,7 +31,7 @@ object BaithaBuild extends Build {
"org.mockito" % "mockito-core" % "1.9.0" % "test"
),
crossScalaVersions := Seq(
"2.8.1", "2.8.2", "2.9.0", "2.9.0-1", "2.9.1", "2.9.1-1"
"2.8.1", "2.8.2", "2.9.0", "2.9.0-1", "2.9.1", "2.9.1-1", "2.9.2"
)
)
)
Expand Down

0 comments on commit 77516bc

Please sign in to comment.