Skip to content

Commit

Permalink
Merge pull request #321 from scala-steward/update/guava-31.0-jre
Browse files Browse the repository at this point in the history
Update guava to 31.0-jre
  • Loading branch information
mpilquist authored Sep 27, 2021
2 parents 477d107 + 7741090 commit 03cee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform)
)
)
.jvmSettings(
libraryDependencies += "com.google.guava" % "guava" % "30.1.1-jre" % "test",
libraryDependencies += "com.google.guava" % "guava" % "31.0-jre" % "test",
OsgiKeys.exportPackage := Seq("com.comcast.ip4s.*;version=${Bundle-Version}"),
OsgiKeys.importPackage := {
val Some((major, minor)) = CrossVersion.partialVersion(scalaVersion.value)
Expand Down

0 comments on commit 03cee00

Please sign in to comment.