Skip to content

Commit

Permalink
Merge pull request #203 from scala-steward/update/specs2-core-4.20.2
Browse files Browse the repository at this point in the history
specs2-core 4.20.2 (was 4.20.0)
  • Loading branch information
mkurz authored Sep 13, 2023
2 parents 4b127f7 + c252622 commit 5bd3a00
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 @@ -33,7 +33,7 @@ libraryDependencies ++= Seq(
("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"),
"org.parboiled" % "parboiled-java" % "1.4.1",
"commons-io" % "commons-io" % "2.13.0",
"org.specs2" %% "specs2-core" % "4.20.0" % Test
"org.specs2" %% "specs2-core" % "4.20.2" % Test
)

javacOptions ++= Seq(
Expand Down

0 comments on commit 5bd3a00

Please sign in to comment.