diff --git a/build.sbt b/build.sbt index 4d0d3e0..d92d917 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ scalacOptions ++= Seq("-feature", "-deprecation", "-Werror", "-source:future") libraryDependencies ++= Seq( "org.pegdown" % "pegdown" % "1.6.0", - "org.apache.commons" % "commons-text" % "1.13.0", + "org.apache.commons" % "commons-text" % "1.13.1", "org.scala-lang.modules" %% "scala-xml" % "2.3.0", "org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0", )