Skip to content

Commit ef77640

Browse files
authored
Merge pull request scala#502 from scala-steward/update/commons-text-1.15.0
Update commons-text to 1.15.0
2 parents e1c83d7 + da89828 commit ef77640

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.14.0",
8+
"org.apache.commons" % "commons-text" % "1.15.0",
99
"org.scala-lang.modules" %% "scala-xml" % "2.4.0",
1010
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.2.0",
1111
)

0 commit comments

Comments
 (0)