Skip to content

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 14, 2024
1 parent 0c3762d commit 6a510a1
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 @@ -55,7 +55,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
)
.jvmSettings(
libraryDependencies += "com.google.guava" % "guava" % "33.0.0-jre" % "test"
libraryDependencies += "com.google.guava" % "guava" % "33.1.0-jre" % "test"
)
.dependsOn(core % "compile->compile")

Expand Down

0 comments on commit 6a510a1

Please sign in to comment.