Skip to content

Commit 75aa06e

Browse files
authored
Merge branch '2.13.x' into update/commons-text-1.12.0
2 parents 797b8ae + 052e290 commit 75aa06e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ scalacOptions ++= Seq("-feature", "-deprecation", "-Werror", "-source:future")
66
libraryDependencies ++= Seq(
77
"org.pegdown" % "pegdown" % "1.6.0",
88
"org.apache.commons" % "commons-text" % "1.12.0",
9-
"org.scala-lang.modules" %% "scala-xml" % "2.2.0",
9+
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
1010
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
1111
)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.9
1+
sbt.version=1.10.0

0 commit comments

Comments
 (0)