Skip to content

Commit

Permalink
Merge pull request #276 from scala-steward/update/commons-io-2.18.0
Browse files Browse the repository at this point in the history
commons-io 2.18.0 (was 2.17.0)
  • Loading branch information
mkurz authored Dec 1, 2024
2 parents b553f4f + 4e55c50 commit 3b4331b
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 @@ -65,7 +65,7 @@ lazy val `play-doc` = (project in file("."))
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.17.0",
"commons-io" % "commons-io" % "2.18.0",
"org.specs2" %% "specs2-core" % "4.20.9" % Test
)

Expand Down

0 comments on commit 3b4331b

Please sign in to comment.