Skip to content

Commit

Permalink
Merge pull request #514 from scala-steward/update/guava-32.1.2-jre
Browse files Browse the repository at this point in the history
Update guava to 32.1.2-jre
  • Loading branch information
mpilquist authored Sep 14, 2023
2 parents 497f1f6 + 69797a5 commit 2f8bf95
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 @@ -50,7 +50,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
)
)
.jvmSettings(
libraryDependencies += "com.google.guava" % "guava" % "32.1.1-jre" % "test"
libraryDependencies += "com.google.guava" % "guava" % "32.1.2-jre" % "test"
)
.dependsOn(core % "compile->compile")

Expand Down

0 comments on commit 2f8bf95

Please sign in to comment.