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 e1c83d7 + da89828 commit ef77640Copy full SHA for ef77640
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.14.0",
+ "org.apache.commons" % "commons-text" % "1.15.0",
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