Skip to content

Commit

Permalink
Update magnolia to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and calvinlfer committed May 7, 2024
1 parent 3257847 commit 332e40e
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 @@ -76,7 +76,7 @@ lazy val core =
val zioV = "2.0.22"
val magnoliaForScala2 = "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.9"
val scalaReflectForScala2 = "org.scala-lang" % "scala-reflect" % scalaVersion.value
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.4"
val magnoliaForScala3 = "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.6"

val coreDependencies =
Seq(
Expand Down

0 comments on commit 332e40e

Please sign in to comment.