From 05c12c4f892acc0b1cd0248c4854810d125dc94e Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 27 Jun 2024 20:54:11 +0200 Subject: [PATCH] scala-parser-combinators 2.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 77afc37f..c7fe2097 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ val ScalaTestVersion = "3.2.19" def parserCombinators(scalaVersion: String) = "org.scala-lang.modules" %% "scala-parser-combinators" % { CrossVersion.partialVersion(scalaVersion) match { case Some((2, _)) => "1.1.2" - case _ => "2.3.0" + case _ => "2.4.0" } }