File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,12 @@ apply plugin: 'scala'
1414defaultTasks ' build'
1515
1616ext {
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_ $s calacheckScalaVersion :$scalacheckVersion "
3940
4041
4142 // Declare the dependency for your favourite test framework you want to use in your tests.
You can’t perform that action at this time.
0 commit comments