From b93aaaa3d00ec26403c9c4b249299ff1e9285936 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 28 Aug 2025 02:20:56 +0000 Subject: [PATCH] Update sjson-new-scalajson to 0.14.0-M5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0d2a63d..7249b7f 100644 --- a/build.sbt +++ b/build.sbt @@ -109,7 +109,7 @@ val core = projectMatrix // Don't update. use same version as sbt scalaBinaryVersion.value match { case "3" => - "com.eed3si9n" %% "sjson-new-scalajson" % "0.14.0-M4" + "com.eed3si9n" %% "sjson-new-scalajson" % "0.14.0-M5" case _ => "com.eed3si9n" %% "sjson-new-scalajson" % "0.9.1" // scala-steward:off }