Skip to content

Commit

Permalink
specs2-core, specs2-junit 4.11.0 (was 4.10.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 27, 2021
1 parent 22c8532 commit a90dea7
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 @@ -27,8 +27,8 @@ val isScala3 = Def.setting {

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

val jacksonVersion = "2.11.4"
Expand Down

0 comments on commit a90dea7

Please sign in to comment.