Skip to content

Commit

Permalink
Update scala-parser-combinators to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Apr 18, 2024
1 parent e257708 commit c15fe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
if (scalaBinaryVersion.value == "2.11") {
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1"
} else {
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0"
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"
}
)

Expand Down

0 comments on commit c15fe6d

Please sign in to comment.