From af2cc7774b0b360209cda5c5204fe82f256a30a0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Aug 2024 17:21:40 +0000 Subject: [PATCH] Update guava to 33.3.0-jre --- Tensors/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tensors/build.sbt b/Tensors/build.sbt index c909e1dd..48916323 100644 --- a/Tensors/build.sbt +++ b/Tensors/build.sbt @@ -1,6 +1,6 @@ scalacOptions += "-Ypartial-unification" -libraryDependencies += "com.google.guava" % "guava" % "28.2-jre" +libraryDependencies += "com.google.guava" % "guava" % "33.3.0-jre" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test