We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb12ac commit 1ce5600Copy full SHA for 1ce5600
1 file changed
project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
29
val pprintV = "0.6.6" // don't bump, rules built against metaconfig 0.9.15 or earlier would not link
30
val nailgunV = "0.9.1"
31
val scalaXmlV = "2.1.0"
32
- val scalametaV = "4.7.7"
+ val scalametaV = "4.7.8"
33
val scalatestMinV = "3.0.8" // don't bump, to avoid forcing breaking changes on clients via eviction
34
val scalatestLatestV = "3.2.13"
35
val munitV = "0.7.29"
0 commit comments