Skip to content

Commit

Permalink
specs2-core 4.20.7 (was 4.20.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 24, 2024
1 parent eeab49b commit 80af2f8
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 @@ -66,7 +66,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.16.1",
"org.specs2" %% "specs2-core" % "4.20.5" % Test
"org.specs2" %% "specs2-core" % "4.20.7" % Test
)

javacOptions ++= Seq(
Expand Down

0 comments on commit 80af2f8

Please sign in to comment.