Skip to content

Commit 420fb1f

Browse files
committed
Update guava to 30.1.1-jre
1 parent ae8ee45 commit 420fb1f

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
@@ -125,7 +125,7 @@ lazy val coreJVM = core.jvm
125125
.settings(osgiSettings)
126126
.settings(
127127
libraryDependencies ++= Seq(
128-
"com.google.guava" % "guava" % "30.1-jre" % "test"
128+
"com.google.guava" % "guava" % "30.1.1-jre" % "test"
129129
),
130130
OsgiKeys.privatePackage := Nil,
131131
OsgiKeys.exportPackage := Seq("scodec.bits.*;version=${Bundle-Version}"),

0 commit comments

Comments
 (0)