Skip to content

Commit 84e1402

Browse files
Update commons-text to 1.12.0 (#463)
Co-authored-by: Seth Tisue <[email protected]>
1 parent e04c2fd commit 84e1402

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.11.0",
8+
"org.apache.commons" % "commons-text" % "1.12.0",
99
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
1010
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
1111
)

0 commit comments

Comments
 (0)