Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit e466d45

Browse files
Update guava to 30.1.1-jre (#159)
1 parent fa9de2f commit e466d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ libraryDependencies ++= Seq(
6464
"com.typesafe" % "config" % "1.4.1",
6565
"junit" % "junit" % "4.13.2" % "test",
6666
"com.novocode" % "junit-interface" % "0.11" % "test",
67-
"com.google.guava" % "guava" % "30.1-jre" % "test",
67+
"com.google.guava" % "guava" % "30.1.1-jre" % "test",
6868
"org.scalatest" %% "scalatest" % "3.2.3" % "test",
6969
"org.scalatestplus" %% "junit-4-13" % "3.2.3.0" % "test",
7070
"org.scalameta" %% "munit" % "0.7.22" % "test"

0 commit comments

Comments
 (0)