We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d0d7c4 + 73dbe3d commit 2f1c689Copy full SHA for 2f1c689
project/Dependencies.scala
@@ -32,7 +32,7 @@ object Dependencies {
32
val cryptoDependencies = Seq(
33
"org.bouncycastle" % "bcprov-jdk18on" % "1.78.1",
34
"commons-codec" % "commons-codec" % "1.17.2",
35
- "com.google.guava" % "guava" % "33.4.0-jre"
+ "com.google.guava" % "guava" % "33.4.8-jre"
36
)
37
38
val testDependencies = Seq("org.scalatest" %% "scalatest" % "3.2.19" % Test)
0 commit comments