Skip to content

Commit

Permalink
Update guava to 32.1.1-jre (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 19, 2023
1 parent b7b4c7d commit 0604f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ lazy val bijectionGuava = {
// runtime annotations even though javac does not as detailed here:
// http://code.google.com/p/guava-libraries/issues/detail?id=1095
"com.google.code.findbugs" % "jsr305" % "3.0.2",
"com.google.guava" % "guava" % "31.1-jre"
"com.google.guava" % "guava" % "32.1.1-jre"
)
)
.dependsOn(
Expand Down

0 comments on commit 0604f25

Please sign in to comment.