Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update guava to 33.1.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 15, 2024
1 parent dcc4bba commit 2f20e18
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 @@ -33,7 +33,7 @@ lazy val guava = project
.settings(
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
"com.google.guava" % "guava" % "31.1-jre",
"com.google.guava" % "guava" % "33.1.0-jre",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
)
Expand Down

0 comments on commit 2f20e18

Please sign in to comment.