Skip to content

Commit 76e86e5

Browse files
authored
Merge pull request #278 from scala-steward/update/2.2.x/commons-io-2.18.0
[2.2.x] commons-io 2.18.0 (was 2.17.0)
2 parents ad01aeb + 05adeb6 commit 76e86e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lazy val `play-doc` = (project in file("."))
4343
libraryDependencies ++= Seq(
4444
("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"),
4545
"org.parboiled" % "parboiled-java" % "1.4.1",
46-
"commons-io" % "commons-io" % "2.17.0",
46+
"commons-io" % "commons-io" % "2.18.0",
4747
"org.specs2" %% "specs2-core" % "4.20.9" % Test
4848
)
4949

0 commit comments

Comments
 (0)