Skip to content

Commit

Permalink
Update specs2-core to 4.20.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 8, 2023
1 parent c91ef38 commit 18d0389
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 @@ -23,7 +23,7 @@ lazy val commonSettings = Seq(
// format: off
crossScalaVersions := Seq("2.12.17", "2.13.10", "3.2.2"),

libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.19.2"),
libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.20.0"),

scalafmtOnCompile := true,

Expand Down

0 comments on commit 18d0389

Please sign in to comment.