Skip to content

Commit

Permalink
Update dependency org.scala-lang.modules:scala-parser-combinators to …
Browse files Browse the repository at this point in the history
…v2.3.0
  • Loading branch information
renovate[bot] authored Apr 27, 2023
1 parent 5560b7f commit 5a97b97
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 @@ -48,7 +48,7 @@ scalacOptions := Seq(

libraryDependencies ++=
"org.slf4j" % "slf4j-api" % "2.0.7" ::
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.2.0" ::
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0" ::
"org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0" ::
"org.scalatest" %% "scalatest-funsuite" % "3.2.15" % Test ::
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test ::
Expand Down

0 comments on commit 5a97b97

Please sign in to comment.