Skip to content

Commit 9f633f6

Browse files
bump: specs2-core 4.20.9 (was 4.20.8) (#3316)
1 parent 8ef75f0 commit 9f633f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ object Dependencies {
206206
"org.apache.hadoop" % "hadoop-common" % "3.3.6" % Test exclude ("log4j", "log4j"), //Apache2
207207
"com.sksamuel.avro4s" %% "avro4s-core" % "4.1.2" % Test,
208208
"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
209+
"org.specs2" %% "specs2-core" % "4.20.9" % Test, //MIT like: https://github.com/etorreborre/specs2/blob/master/LICENSE.txt
210210
"org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test // MIT like: http://www.slf4j.org/license.html
211211
)
212212
)

0 commit comments

Comments
 (0)