Skip to content

Commit 22e8d7a

Browse files
authored
Merge pull request #213 from scala-steward/update/commons-io-2.14.0
commons-io 2.14.0 (was 2.13.0)
2 parents ea9e0cb + 161da73 commit 22e8d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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.13.0",
46+
"commons-io" % "commons-io" % "2.14.0",
4747
"org.specs2" %% "specs2-core" % "4.20.2" % Test
4848
)
4949

0 commit comments

Comments
 (0)