Skip to content

Commit be87a99

Browse files
Update specs2-core to 4.22.0 (#806)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent 94aa8be commit be87a99

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
@@ -77,7 +77,7 @@ object Dependencies {
7777
object Test {
7878
val sprayJson = Compile.sprayJson % "test"
7979
val junit = Compile.junit % "test"
80-
val specs2 = "org.specs2" %% "specs2-core" % "4.21.0"
80+
val specs2 = "org.specs2" %% "specs2-core" % "4.22.0"
8181
val munit = "org.scalameta" %% "munit" % "1.2.0"
8282

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

0 commit comments

Comments
 (0)