Skip to content

Commit be74027

Browse files
Update guava to 33.3.1-jre (#324)
1 parent 2d043ce commit be74027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import scala.jdk.CollectionConverters._
1919

2020
disablePlugins(TypelevelCiSigningPlugin)
2121

22-
lazy val Guava = "com.google.guava" % "guava" % "33.3.0-jre"
22+
lazy val Guava = "com.google.guava" % "guava" % "33.3.1-jre"
2323
lazy val Scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
2424

2525
// idea settings

0 commit comments

Comments
 (0)