Skip to content

Commit

Permalink
Merge pull request #726 from scala-steward/update/specs2-core-4.14.1
Browse files Browse the repository at this point in the history
specs2-core, specs2-junit 4.14.1 (was 4.13.3)
  • Loading branch information
mkurz authored Mar 3, 2022
2 parents 9bb12b3 + 49a9b11 commit ffabf69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ val isScala3 = Def.setting {

def specs2(scalaVersion: String) =
Seq(
"org.specs2" %% "specs2-core" % "4.13.3" % Test,
"org.specs2" %% "specs2-junit" % "4.13.3" % Test,
"org.specs2" %% "specs2-core" % "4.14.1" % Test,
"org.specs2" %% "specs2-junit" % "4.14.1" % Test,
).map(_.cross(CrossVersion.for3Use2_13))

val jacksonVersion = "2.11.4"
Expand Down

0 comments on commit ffabf69

Please # to comment.