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 575345c + 2f98279 commit f78abbdCopy full SHA for f78abbd
project/Commons.scala
@@ -23,7 +23,7 @@ object Commons extends ProjectGroup("commons") {
23
// option in IntelliJ's SBT settings.
24
val forIdeaImport: Boolean = System.getProperty("idea.managed", "false").toBoolean && System.getProperty("idea.runid") == null
25
26
- val guavaVersion = "33.4.8-jre"
+ val guavaVersion = "33.5.0-jre"
27
val jsr305Version = "3.0.2"
28
val scalatestVersion = "3.2.19"
29
val scalatestplusScalacheckVersion = "3.2.14.0"
0 commit comments