Skip to content

Commit

Permalink
Update magnolia to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 15, 2024
1 parent 297c4f6 commit 5606409
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 @@ -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"
Expand Down

0 comments on commit 5606409

Please sign in to comment.