Skip to content

Commit f6e5dfd

Browse files
authored
Merge pull request #476 from scala-steward/update/guava-32.1.2-jre
Update guava to 32.1.2-jre
2 parents 48416c6 + a314502 commit f6e5dfd

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
@@ -24,7 +24,7 @@ object Commons extends ProjectGroup("commons") {
2424
val forIdeaImport: Boolean = System.getProperty("idea.managed", "false").toBoolean && System.getProperty("idea.runid") == null
2525

2626
val collectionCompatVersion = "2.11.0"
27-
val guavaVersion = "32.1.1-jre"
27+
val guavaVersion = "32.1.2-jre"
2828
val jsr305Version = "3.0.2"
2929
val scalatestVersion = "3.2.16"
3030
val scalatestplusScalacheckVersion = "3.2.14.0"

0 commit comments

Comments
 (0)