From 13e13e33c88329ab5cc0124227554cd3cda77731 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Dec 2020 20:02:43 +0100 Subject: [PATCH] Update guava to 30.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..a69c4bf4 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" % "30.1-jre" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.4" % Test