Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Update guava to 33.0.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2024
1 parent dbc7bed commit 12b0cd1
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 @@ -70,7 +70,7 @@ libraryDependencies ++= {
"dev.zio" %% "zio-test" % zioVersion % "it,test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "it,test",
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.10" % "it,test",
"com.google.guava" % "guava" % "31.1-jre",
"com.google.guava" % "guava" % "33.0.0-jre",
"ch.qos.logback" % "logback-classic" % logbackVersion,
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
)
Expand Down

0 comments on commit 12b0cd1

Please sign in to comment.