We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673bd36 commit f88bbe1Copy full SHA for f88bbe1
settings.gradle
@@ -1,2 +1,2 @@
1
2
-include 'core', 'demo'
+include 'core', 'demo', 'tests'
tests/build.gradle
@@ -12,7 +12,7 @@ apply plugin: 'scala'
12
13
14
ext {
15
- scalaVersion = "2.10.+"
+ scalaVersion = "2.10.3"
16
scalacheckVersion = "1.10.+"
17
scalacheckScalaVersion = "2.10"
18
}
@@ -39,8 +39,8 @@ repositories {
39
40
41
dependencies {
42
+ compile project(":core")
43
compile 'org.slf4j:slf4j-api:1.7.5'
- compile "org.functionaljava:functionaljava:4.0-SNAPSHOT"
44
compile "org.scala-lang:scala-library:$scalaVersion"
45
testCompile "org.scala-lang:scala-library:$scalaVersion"
46
testCompile "org.scalacheck:scalacheck_$scalacheckScalaVersion:$scalacheckVersion"
0 commit comments