Skip to content

Commit

Permalink
Update magnolia to 1.1.5 (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 15, 2022
1 parent c757c7b commit afb5e96
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 @@ -92,7 +92,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform)
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Vector(
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.1.2"
"com.softwaremill.magnolia1_3" %%% "magnolia" % "1.1.5"
)

case _ =>
Expand Down

0 comments on commit afb5e96

Please sign in to comment.