We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26eef98 + 1318495 commit 829fa9eCopy full SHA for 829fa9e
build.sbt
@@ -52,7 +52,7 @@ lazy val core = projectMatrix
52
"dev.zio" %% "izumi-reflect" % "2.3.10",
53
"com.lihaoyi" %% "fansi" % "0.5.0",
54
) ++ (if (isScala3.value) {
55
- Seq("com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.7")
+ Seq("com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.8")
56
} else
57
Seq(
58
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.10",
0 commit comments