From cb3469988d654940177ff8aaa888e22cf369c4f3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Mar 2022 00:46:32 +0100 Subject: [PATCH] Update guava to 31.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..c54072c7 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" % "31.1-jre" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test