From 935ae7b7136ed3cdbd9f525b45adb166d9767785 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-private-repos[bot]" <108460179+gu-scala-steward-private-repos[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:19:54 +0000 Subject: [PATCH] Update guava to 33.5.0-jre --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ffe7ea0..77a2af1 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val fezziwigVersion = "2.0.0" // dependency versions (for tests only) val scalaTestVersion = "3.0.8" -val guavaVersion = "19.0" +val guavaVersion = "33.5.0-jre" val diffsonVersion = "4.1.1" // support non-production release types @@ -130,7 +130,7 @@ lazy val benchmarks = Project(id = "benchmarks", base = file("benchmarks")) .settings(artifactProductionSettings) .enablePlugins(JmhPlugin) .settings( - libraryDependencies += "com.google.guava" % "guava" % "19.0", + libraryDependencies += "com.google.guava" % "guava" % "33.5.0-jre", Jmh / javaOptions ++= Seq("-server", "-Xms4G", "-Xmx4G", "-XX:+UseG1GC", "-XX:-UseBiasedLocking"), publishArtifact := false )