Skip to content

Commit

Permalink
Use Scala 2.9.2 for Android dev, 2.9.1 suffers from android issue #22586
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrechtel committed May 12, 2012
1 parent 659cb81 commit 28de0a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -6,6 +6,8 @@ version := "0.2"

resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"

scalaVersion := "2.9.2"

libraryDependencies ++= Seq(
"com.pivotallabs" % "robolectric" % "1.1",
"org.specs2" %% "specs2" % "1.9",
Expand Down

0 comments on commit 28de0a0

Please sign in to comment.