Skip to content

Commit 34f2c17

Browse files
gliptakjbgi
authored andcommitted
Bring ScalaCheck current
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
1 parent 065ed43 commit 34f2c17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

props-core-scalacheck/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ archivesBaseName = "${project.projectName}-${project.name}"
44
apply plugin: 'scala'
55

66
ext {
7-
scalaVersion = "2.11.8"
7+
scalaVersion = "2.11.11"
88
scalacheckScalaVersion = "2.11"
9-
scalacheckVersion = "1.12.5"
9+
scalacheckVersion = "1.12.6"
1010
signModule = true
1111
}
1212

0 commit comments

Comments
 (0)