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 Sep 7, 2023
1 parent 205529f commit 05b903c
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.9" ::
"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.11.0" ::
"org.scalatest" %% "scalatest-funsuite" % "3.2.17" % Test ::
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test ::
Expand Down

0 comments on commit 05b903c

Please sign in to comment.