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.
1 parent 8ef75f0 commit 9f633f6Copy full SHA for 9f633f6
project/Dependencies.scala
@@ -206,7 +206,7 @@ object Dependencies {
206
"org.apache.hadoop" % "hadoop-common" % "3.3.6" % Test exclude ("log4j", "log4j"), //Apache2
207
"com.sksamuel.avro4s" %% "avro4s-core" % "4.1.2" % Test,
208
"org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
209
- "org.specs2" %% "specs2-core" % "4.20.8" % Test, //MIT like: https://github.com/etorreborre/specs2/blob/master/LICENSE.txt
+ "org.specs2" %% "specs2-core" % "4.20.9" % Test, //MIT like: https://github.com/etorreborre/specs2/blob/master/LICENSE.txt
210
"org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test // MIT like: http://www.slf4j.org/license.html
211
)
212
0 commit comments