Skip to content

Commit 6925318

Browse files
committed
Get functional java from local Maven repo
1 parent 689901f commit 6925318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ repositories {
3434
// Use 'maven central' for resolving your dependencies.
3535
// You can declare any Maven/Ivy/file repository here.
3636
mavenCentral()
37+
mavenLocal()
3738
}
3839

3940

4041
dependencies {
4142
compile 'org.slf4j:slf4j-api:1.7.5'
43+
compile "org.functionaljava:functionaljava:4.0-SNAPSHOT"
4244
compile "org.scala-lang:scala-library:$scalaVersion"
4345
testCompile "org.scala-lang:scala-library:$scalaVersion"
4446
testCompile "org.scalacheck:scalacheck_$scalacheckScalaVersion:$scalacheckVersion"

0 commit comments

Comments
 (0)