Skip to content

Commit

Permalink
Update guava to 33.3.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and RustedBones committed Sep 5, 2024
1 parent 2b08a27 commit 1187667
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 @@ -19,7 +19,7 @@ import scala.jdk.CollectionConverters._

disablePlugins(TypelevelCiSigningPlugin)

lazy val Guava = "com.google.guava" % "guava" % "33.2.1-jre"
lazy val Guava = "com.google.guava" % "guava" % "33.3.0-jre"
lazy val Scalatest = "org.scalatest" %% "scalatest" % "3.2.19"

// idea settings
Expand Down

0 comments on commit 1187667

Please sign in to comment.