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.
1 parent 11e46ea commit 295c5eeCopy full SHA for 295c5ee
build.sbt
@@ -37,7 +37,7 @@ lazy val `scala-api` = (project in file("modules/scala-api"))
37
)
38
} else {
39
Seq(
40
- "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.8",
+ "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.9",
41
"org.scala-lang" %% "scala3-compiler" % scalaVersion.value % Provided
42
43
}
0 commit comments