We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad01aeb + 05adeb6 commit 76e86e5Copy full SHA for 76e86e5
build.sbt
@@ -43,7 +43,7 @@ lazy val `play-doc` = (project in file("."))
43
libraryDependencies ++= Seq(
44
("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"),
45
"org.parboiled" % "parboiled-java" % "1.4.1",
46
- "commons-io" % "commons-io" % "2.17.0",
+ "commons-io" % "commons-io" % "2.18.0",
47
"org.specs2" %% "specs2-core" % "4.20.9" % Test
48
)
49
0 commit comments