Skip to content

Commit

Permalink
Merge pull request #384 from scala-steward/update/guava-31.1-jre
Browse files Browse the repository at this point in the history
Update guava to 31.1-jre
  • Loading branch information
mpilquist authored Mar 7, 2022
2 parents 9d63bcc + 640863c commit 6786f10
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 @@ -46,7 +46,7 @@ lazy val testKit = crossProject(JVMPlatform, JSPlatform)
)
)
.jvmSettings(
libraryDependencies += "com.google.guava" % "guava" % "31.0.1-jre" % "test"
libraryDependencies += "com.google.guava" % "guava" % "31.1-jre" % "test"
)
.dependsOn(core % "compile->compile")

Expand Down

0 comments on commit 6786f10

Please sign in to comment.