Skip to content

Commit

Permalink
Merge pull request #554 from scala-steward/update/guava-33.0.0-jre
Browse files Browse the repository at this point in the history
Update guava to 33.0.0-jre
  • Loading branch information
mpilquist authored Feb 3, 2024
2 parents 4a188a7 + 371af18 commit d2771f9
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 @@ -52,7 +52,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
)
.jvmSettings(
libraryDependencies += "com.google.guava" % "guava" % "32.1.3-jre" % "test"
libraryDependencies += "com.google.guava" % "guava" % "33.0.0-jre" % "test"
)
.dependsOn(core % "compile->compile")

Expand Down

0 comments on commit d2771f9

Please sign in to comment.