From 669a92e17fc5791b529c64a035b57633c26df4c8 Mon Sep 17 00:00:00 2001 From: oss-47 Date: Mon, 11 Nov 2024 05:11:29 +0000 Subject: [PATCH] Update scala-parser-combinators to 2.4.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 591940b..0f91def 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,4 +7,4 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0") dependencyOverrides += - "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2" \ No newline at end of file + "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0" \ No newline at end of file