Skip to content

Commit

Permalink
Update scala-parser-combinators to 2.4.0 (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2024
1 parent ce19a96 commit b01cdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/depends.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object depends {
val scalacheckTest = libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.1" % Test

// used in specs2-matcher-extra
val scalaParser = libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "2.3.0"
val scalaParser = libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "2.4.0"

// used in specs2-xml, and transitively by specs2-junit, specs2-matcher-extra, specs2-markdown
val scalaXml = libraryDependencies += "org.scala-lang.modules" %%% "scala-xml" % "2.3.0"
Expand Down

0 comments on commit b01cdca

Please sign in to comment.