We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea9e0cb + 161da73 commit 22e8d7aCopy full SHA for 22e8d7a
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.13.0",
+ "commons-io" % "commons-io" % "2.14.0",
47
"org.specs2" %% "specs2-core" % "4.20.2" % Test
48
)
49
0 commit comments