Skip to content

Commit 2eba946

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

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
@@ -81,7 +81,7 @@ object Dependencies {
8181
object Test {
8282
val sprayJson = Compile.sprayJson % "test"
8383
val junit = Compile.junit % "test"
84-
val specs2 = "org.specs2" %% "specs2-core" % "4.22.0"
84+
val specs2 = "org.specs2" %% "specs2-core" % "4.23.0"
8585
val munit = "org.scalameta" %% "munit" % "1.2.1"
8686

8787
val scalacheck = "org.scalacheck" %% "scalacheck" % scalaCheckVersion % "test"

0 commit comments

Comments
 (0)