Skip to content

Commit 9c5bfad

Browse files
committed
Update commons-text to 1.13.1
1 parent 3593b4e commit 9c5bfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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.13.0",
8+
"org.apache.commons" % "commons-text" % "1.13.1",
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)