Skip to content

Commit c5a088f

Browse files
authored
Merge pull request #276 from scala-steward/update/guava-30.1.1-jre
Update guava to 30.1.1-jre
2 parents d7be8d3 + 420fb1f commit c5a088f

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
@@ -116,7 +116,7 @@ lazy val coreJVM = core.jvm
116116
.settings(osgiSettings)
117117
.settings(
118118
libraryDependencies ++= Seq(
119-
"com.google.guava" % "guava" % "30.1-jre" % "test"
119+
"com.google.guava" % "guava" % "30.1.1-jre" % "test"
120120
),
121121
OsgiKeys.privatePackage := Nil,
122122
OsgiKeys.exportPackage := Seq("scodec.bits.*;version=${Bundle-Version}"),

0 commit comments

Comments
 (0)