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 bed7ca0 commit d3ce9e4Copy full SHA for d3ce9e4
framework/project/Dependencies.scala
@@ -43,7 +43,7 @@ object Dependencies {
43
val slf4j = Seq("slf4j-api", "jul-to-slf4j", "jcl-over-slf4j").map("org.slf4j" % _ % slf4jVersion)
44
val slf4jSimple = "org.slf4j" % "slf4j-simple" % slf4jVersion
45
46
- val guava = "com.google.guava" % "guava" % "22.0"
+ val guava = "com.google.guava" % "guava" % "23.6.1-jre"
47
val findBugs = "com.google.code.findbugs" % "jsr305" % "3.0.2" // Needed by guava
48
val mockitoAll = "org.mockito" % "mockito-all" % "1.10.19"
49
0 commit comments