From fac63fbcd713fd01be4a8ea50ba2136abdbfd29b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 15 Jan 2024 00:49:35 +0000 Subject: [PATCH] Update guava to 33.0.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..ef814f4e 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.0.0-jre" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test