Skip to content

Commit

Permalink
Update magnolia to 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk authored Feb 13, 2025
1 parent 1a3738e commit f69c30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Seq(
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.12"
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.3.13"
)
case _ =>
Seq(
Expand Down

0 comments on commit f69c30e

Please sign in to comment.