Skip to content

Commit

Permalink
guava 33.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Mar 13, 2024
1 parent 0ac58ba commit 76d2818
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" % "33.0.0-jre",
"com.google.guava" % "guava" % "33.1.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 76d2818

Please sign in to comment.