Skip to content

Commit fe865b5

Browse files
committed
Upgraded Scala version used by Gradle to 2.10.3
1 parent b7e6d52 commit fe865b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

core/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ apply plugin: 'scala'
1414
defaultTasks 'build'
1515

1616
ext {
17-
// scalaVersion = "2.7.+"
18-
// scalaVersion = "2.8.+"
19-
scalaVersion = "2.9.+"
17+
scalaVersion = "2.10.+"
18+
// scalaVersion = "2.9.+"
2019

2120
scalacheckVersion = "1.10.+"
21+
// scalacheckScalaVersion = "2.9.3"
22+
scalacheckScalaVersion = "2.10"
2223
}
2324

2425

@@ -35,7 +36,7 @@ dependencies {
3536
// The production code uses the SLF4J logging API at compile time
3637
compile 'org.slf4j:slf4j-api:1.7.5'
3738
testCompile "org.scala-lang:scala-library:$scalaVersion"
38-
testCompile "org.scalacheck:scalacheck_2.9.3:$scalacheckVersion"
39+
testCompile "org.scalacheck:scalacheck_$scalacheckScalaVersion:$scalacheckVersion"
3940

4041

4142
// Declare the dependency for your favourite test framework you want to use in your tests.

0 commit comments

Comments
 (0)