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 689901f commit 6925318Copy full SHA for 6925318
tests/build.gradle
@@ -34,11 +34,13 @@ repositories {
34
// Use 'maven central' for resolving your dependencies.
35
// You can declare any Maven/Ivy/file repository here.
36
mavenCentral()
37
+ mavenLocal()
38
}
39
40
41
dependencies {
42
compile 'org.slf4j:slf4j-api:1.7.5'
43
+ 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