Skip to content

Commit

Permalink
Update guava to 33.0.0-jre (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 5, 2024
1 parent 4d9be1a commit 78c4527
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 @@ -15,7 +15,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8")
libraryDependencies ++= Seq(
"org.gfccollective" %% "gfc-util" % "1.0.0",
"org.gfccollective" %% "gfc-concurrent" % "1.0.0",
"com.google.guava" % "guava" % "31.1-jre",
"com.google.guava" % "guava" % "33.0.0-jre",
"com.google.code.findbugs" % "jsr305" % "3.0.2",
"org.scalatest" %% "scalatest" % "3.2.14" % Test,
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test,
Expand Down

0 comments on commit 78c4527

Please sign in to comment.