From e130c4c1daa061f02d15357c62ce756195a0cdfa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 11 Jun 2023 00:26:02 +0000 Subject: [PATCH] Update guava to 32.0.1-jre --- Tensors/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tensors/build.sbt b/Tensors/build.sbt index c909e1dd..607c6989 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" % "32.0.1-jre" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test