Skip to content

Commit

Permalink
Merge pull request #233 from scala-steward/update/2.2.x/commons-io-2.…
Browse files Browse the repository at this point in the history
…15.1

commons-io 2.15.1 (was 2.14.0)
  • Loading branch information
mkurz authored Jan 15, 2024
2 parents 53b45d6 + d03f3d3 commit dbc1566
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 @@ -43,7 +43,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.14.0",
"commons-io" % "commons-io" % "2.15.1",
"org.specs2" %% "specs2-core" % "4.20.3" % Test
)

Expand Down

0 comments on commit dbc1566

Please sign in to comment.