Skip to content

Commit

Permalink
Merge pull request #830 from scala-steward/update/specs2-core-4.19.0
Browse files Browse the repository at this point in the history
specs2-core, specs2-junit 4.19.0 (was 4.17.0)
  • Loading branch information
mkurz authored Nov 25, 2022
2 parents 749594f + 48d6c91 commit fca0fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val isScala3 = Def.setting {

def specs2(scalaVersion: String) =
Seq("core", "junit").map { n =>
("org.specs2" %% s"specs2-$n" % "4.17.0") % Test
("org.specs2" %% s"specs2-$n" % "4.19.0") % Test
}

val jacksonDatabindVersion = "2.14.0"
Expand Down

0 comments on commit fca0fec

Please sign in to comment.