Skip to content

Commit

Permalink
updated Scala to 2.10.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
pniederw committed Dec 2, 2012
1 parent 86d035d commit 0873e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -15,9 +15,9 @@ configurations {
}

dependencies {
scalaTools "org.scala-lang:scala-compiler:2.10.0-RC2"
compile "org.scala-lang:scala-library:2.10.0-RC2"
provided "org.scala-lang:scala-reflect:2.10.0-RC2"
scalaTools "org.scala-lang:scala-compiler:2.10.0-RC3"
compile "org.scala-lang:scala-library:2.10.0-RC3"
provided "org.scala-lang:scala-reflect:2.10.0-RC3"

testCompile "junit:junit:4.10"
}
Expand Down

0 comments on commit 0873e5c

Please sign in to comment.