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.
1 parent ce39a86 commit d4886a8Copy full SHA for d4886a8
build.sbt
@@ -5,7 +5,7 @@ scalacOptions ++= Seq("-feature", "-deprecation", "-Werror", "-source:future")
5
6
libraryDependencies ++= Seq(
7
"org.pegdown" % "pegdown" % "1.6.0",
8
- "org.apache.commons" % "commons-text" % "1.13.0",
+ "org.apache.commons" % "commons-text" % "1.13.1",
9
"org.scala-lang.modules" %% "scala-xml" % "2.4.0",
10
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0",
11
)
0 commit comments