Skip to content

Commit 8f8ceee

Browse files
authored
Merge pull request #695 from scala-steward/update/guava-33.4.8-jre
Update guava to 33.4.8-jre
2 parents e624f55 + 7b3049e commit 8f8ceee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Commons.scala

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

27-
val guavaVersion = "33.4.7-jre"
27+
val guavaVersion = "33.4.8-jre"
2828
val jsr305Version = "3.0.2"
2929
val scalatestVersion = "3.2.19"
3030
val scalatestplusScalacheckVersion = "3.2.14.0"

0 commit comments

Comments
 (0)