From 9b25d80f45fabedfe3c441b686c98a29d587b44e Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:01:20 +0100 Subject: [PATCH] Update magnolia to 1.1.8 (#1057) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c01b8261..323b0263 100644 --- a/build.sbt +++ b/build.sbt @@ -123,7 +123,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform) case _ => Vector( "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, - "com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.3", + "com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.8", "io.circe" %%% "circe-generic-extras" % circeVersion % "test", "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.23.3" % "test", "com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.23.3" % "test"