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'
14
14
defaultTasks ' build'
15
15
16
16
ext {
17
- // scalaVersion = "2.7.+"
18
- // scalaVersion = "2.8.+"
19
- scalaVersion = " 2.9.+"
17
+ scalaVersion = " 2.10.+"
18
+ // scalaVersion = "2.9.+"
20
19
21
20
scalacheckVersion = " 1.10.+"
21
+ // scalacheckScalaVersion = "2.9.3"
22
+ scalacheckScalaVersion = " 2.10"
22
23
}
23
24
24
25
@@ -35,7 +36,7 @@ dependencies {
35
36
// The production code uses the SLF4J logging API at compile time
36
37
compile ' org.slf4j:slf4j-api:1.7.5'
37
38
testCompile " org.scala-lang:scala-library:$scalaVersion "
38
- testCompile " org.scalacheck:scalacheck_2.9.3 :$scalacheckVersion "
39
+ testCompile " org.scalacheck:scalacheck_ $s calacheckScalaVersion :$scalacheckVersion "
39
40
40
41
41
42
// 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