Skip to content

Commit cdae89e

Browse files
Update commons-text to 1.13.0 (#475)
1 parent 5959fdd commit cdae89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ scalacOptions ++= Seq("-feature", "-deprecation", "-Werror", "-source:future")
55

66
libraryDependencies ++= Seq(
77
"org.pegdown" % "pegdown" % "1.6.0",
8-
"org.apache.commons" % "commons-text" % "1.12.0",
8+
"org.apache.commons" % "commons-text" % "1.13.0",
99
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
1010
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0",
1111
)

0 commit comments

Comments
 (0)