Skip to content

Commit

Permalink
Update magnolia to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and calvinlfer committed Nov 27, 2024
1 parent 775d25f commit 6412c51
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 @@ -81,7 +81,7 @@ lazy val core =
val zioV = "2.1.12"
val magnoliaForScala2 = "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.10"
val scalaReflectForScala2 = "org.scala-lang" % "scala-reflect" % scalaVersion.value
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.7"
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.8"

val coreDependencies =
Seq(
Expand Down

0 comments on commit 6412c51

Please sign in to comment.