Skip to content

Commit

Permalink
Merge pull request #1048 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mergify[bot] authored Jun 12, 2024
2 parents f4186c6 + 3f29f89 commit 3aa1dd1
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.20.5") % Test
("org.specs2" %% s"specs2-$n" % "4.20.7") % Test
}

val jacksonDatabindVersion = "2.14.3"
Expand Down

0 comments on commit 3aa1dd1

Please sign in to comment.