From 782e4ebcc48f47ebe1db3ad7e516ccf091729aa0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 16 Oct 2023 18:05:37 +0000 Subject: [PATCH] Update guava to 32.1.3-jre --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 46855c6..2247f4d 100644 --- a/build.sbt +++ b/build.sbt @@ -51,7 +51,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform) ) ) .jvmSettings( - libraryDependencies += "com.google.guava" % "guava" % "32.1.2-jre" % "test" + libraryDependencies += "com.google.guava" % "guava" % "32.1.3-jre" % "test" ) .dependsOn(core % "compile->compile")