We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e624f55 + 7b3049e commit 8f8ceeeCopy full SHA for 8f8ceee
project/Commons.scala
@@ -24,7 +24,7 @@ object Commons extends ProjectGroup("commons") {
24
// option in IntelliJ's SBT settings.
25
val forIdeaImport: Boolean = System.getProperty("idea.managed", "false").toBoolean && System.getProperty("idea.runid") == null
26
27
- val guavaVersion = "33.4.7-jre"
+ val guavaVersion = "33.4.8-jre"
28
val jsr305Version = "3.0.2"
29
val scalatestVersion = "3.2.19"
30
val scalatestplusScalacheckVersion = "3.2.14.0"
0 commit comments