Skip to content

Commit ea398bb

Browse files
Update specs2-core to 4.23.0 (#611)
1 parent 2065c29 commit ea398bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lazy val core = project
3131
"com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13,
3232
"com.typesafe.akka" %% "akka-stream" % "2.6.20" % "test" cross CrossVersion.for3Use2_13,
3333
"org.slf4j" % "slf4j-nop" % "2.0.17" % "test",
34-
"org.specs2" %% "specs2-core" % "4.22.0" % "test"
34+
"org.specs2" %% "specs2-core" % "4.23.0" % "test"
3535
),
3636
mdocOut := file(".")
3737
)
@@ -53,7 +53,7 @@ lazy val config = project
5353
name := "scala-scraper-config",
5454
libraryDependencies ++= Seq(
5555
"com.typesafe" % "config" % "1.4.5",
56-
"org.specs2" %% "specs2-core" % "4.22.0" % "test"
56+
"org.specs2" %% "specs2-core" % "4.23.0" % "test"
5757
)
5858
)
5959

0 commit comments

Comments
 (0)