We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48416c6 + a314502 commit f6e5dfdCopy full SHA for f6e5dfd
project/Commons.scala
@@ -24,7 +24,7 @@ object Commons extends ProjectGroup("commons") {
24
val forIdeaImport: Boolean = System.getProperty("idea.managed", "false").toBoolean && System.getProperty("idea.runid") == null
25
26
val collectionCompatVersion = "2.11.0"
27
- val guavaVersion = "32.1.1-jre"
+ val guavaVersion = "32.1.2-jre"
28
val jsr305Version = "3.0.2"
29
val scalatestVersion = "3.2.16"
30
val scalatestplusScalacheckVersion = "3.2.14.0"
0 commit comments