Skip to content

Commit

Permalink
Merge pull request #619 from scala-steward/update/guava-33.3.0-jre
Browse files Browse the repository at this point in the history
Update guava to 33.3.0-jre
  • Loading branch information
ddworak authored Aug 27, 2024
2 parents f2194c9 + 4bdd8eb commit 2e11816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Commons extends ProjectGroup("commons") {
// option in IntelliJ's SBT settings.
val forIdeaImport: Boolean = System.getProperty("idea.managed", "false").toBoolean && System.getProperty("idea.runid") == null

val guavaVersion = "33.2.1-jre"
val guavaVersion = "33.3.0-jre"
val jsr305Version = "3.0.2"
val scalatestVersion = "3.2.19"
val scalatestplusScalacheckVersion = "3.2.14.0"
Expand Down

0 comments on commit 2e11816

Please sign in to comment.