Skip to content

Commit 334876e

Browse files
author
Mark Perry
committed
Removed dynamic versions of libraries
1 parent 9649e05 commit 334876e

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

demo/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ defaultTasks 'build'
66

77
mainClassName = "fj.demo.euler.Problem2"
88

9-
ext {
10-
scalaVersion = "2.9.+"
11-
scalacheckVersion = "1.10.+"
12-
}
13-
149
repositories {
1510
mavenCentral()
1611
}

tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'scala'
1313

1414
ext {
1515
scalaVersion = "2.10.3"
16-
scalacheckVersion = "1.10.+"
16+
scalacheckVersion = "1.10.1"
1717
scalacheckScalaVersion = "2.10"
1818
}
1919

0 commit comments

Comments
 (0)