Skip to content

Commit b16b4a8

Browse files
authoredDec 3, 2017
Update build.gradle
1 parent d467177 commit b16b4a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ dependencies {
2222
compile group: 'org.scala-lang', name: 'scala-library', version: '2.11.11'
2323
}
2424

25+
configurations.all {
26+
resolutionStrategy {
27+
force 'com.google.guava:guava:12.0.1'
28+
}
29+
}
30+
2531
compileScala.targetCompatibility = "1.8"
2632
compileScala.sourceCompatibility = "1.8"
2733

0 commit comments

Comments
 (0)