Skip to content

Commit f78abbd

Browse files
authored
Merge pull request #750 from scala-steward/update/guava-33.5.0-jre
Update guava to 33.5.0-jre
2 parents 575345c + 2f98279 commit f78abbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Commons.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Commons extends ProjectGroup("commons") {
2323
// option in IntelliJ's SBT settings.
2424
val forIdeaImport: Boolean = System.getProperty("idea.managed", "false").toBoolean && System.getProperty("idea.runid") == null
2525

26-
val guavaVersion = "33.4.8-jre"
26+
val guavaVersion = "33.5.0-jre"
2727
val jsr305Version = "3.0.2"
2828
val scalatestVersion = "3.2.19"
2929
val scalatestplusScalacheckVersion = "3.2.14.0"

0 commit comments

Comments
 (0)