Skip to content

Commit ec74c93

Browse files
Update specs2-core to 4.23.0 (#1272)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent b9b3218 commit ec74c93

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"),
207207
"com.sksamuel.avro4s" %% "avro4s-core" % avro4sVersion.value % Test,
208208
"org.scalacheck" %% "scalacheck" % scalaCheckVersion % Test,
209-
"org.specs2" %% "specs2-core" % "4.22.0" % Test,
209+
"org.specs2" %% "specs2-core" % "4.23.0" % Test,
210210
"org.slf4j" % "slf4j-api" % Slf4jVersion % Test,
211211
"org.slf4j" % "log4j-over-slf4j" % Slf4jVersion % Test))
212212

0 commit comments

Comments
 (0)