Skip to content

Commit 3b4331b

Browse files
authored
Merge pull request #276 from scala-steward/update/commons-io-2.18.0
commons-io 2.18.0 (was 2.17.0)
2 parents b553f4f + 4e55c50 commit 3b4331b

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
@@ -65,7 +65,7 @@ lazy val `play-doc` = (project in file("."))
6565
libraryDependencies ++= Seq(
6666
("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"),
6767
"org.parboiled" % "parboiled-java" % "1.4.1",
68-
"commons-io" % "commons-io" % "2.17.0",
68+
"commons-io" % "commons-io" % "2.18.0",
6969
"org.specs2" %% "specs2-core" % "4.20.9" % Test
7070
)
7171

0 commit comments

Comments
 (0)