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 5d52f47 commit 81c3b34Copy full SHA for 81c3b34
project/Dependencies.scala
@@ -8,6 +8,6 @@ object Dependencies {
8
9
val madgagCompress = "com.madgag" % "util-compress" % "1.35"
10
11
- val guava = Seq("com.google.guava" % "guava" % "31.1-jre", "com.google.code.findbugs" % "jsr305" % "3.0.2")
+ val guava = Seq("com.google.guava" % "guava" % "32.1.3-jre", "com.google.code.findbugs" % "jsr305" % "3.0.2")
12
13
}
0 commit comments