We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04c2fd commit 84e1402Copy full SHA for 84e1402
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.11.0",
+ "org.apache.commons" % "commons-text" % "1.12.0",
9
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
10
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
11
)
0 commit comments