From c5270995fff631435c7a4f47013e350011f7504b Mon Sep 17 00:00:00 2001 From: Sean Gao Date: Sun, 28 Nov 2021 10:00:49 +0800 Subject: [PATCH] Fixes #496: Referring to non-existent class magnolia... (#497) * Fixed #490 - Included the missing .sjsir artifacts * fixes #494 conflicting cross-version suffixes * Fixes #496: Referring to non-existent class magnolia... --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 46d47dbea..6e4089980 100644 --- a/build.sbt +++ b/build.sbt @@ -87,7 +87,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform) CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) => Vector( - "com.softwaremill.magnolia" %% "magnolia-core" % "2.0.0-M9" + "com.softwaremill.magnolia" %%% "magnolia-core" % "2.0.0-M9" ) case _ =>