Skip to content

Commit

Permalink
Update commons-text to 1.11.0 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 7, 2023
1 parent dfb03c9 commit 1a60a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0",
"org.apache.commons" % "commons-text" % "1.11.0",
"org.scala-lang.modules" %% "scala-xml" % "2.2.0",
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
)

0 comments on commit 1a60a0f

Please sign in to comment.