We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5959fdd commit cdae89eCopy full SHA for cdae89e
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.12.0",
+ "org.apache.commons" % "commons-text" % "1.13.0",
9
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
10
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0",
11
)
0 commit comments