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 a14e7ef commit 05e1e50Copy full SHA for 05e1e50
build.sbt
@@ -38,7 +38,7 @@ lazy val `scala-api` = (project in file("modules/scala-api"))
38
)
39
} else {
40
Seq(
41
- "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.12",
+ "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.13",
42
"org.scala-lang" %% "scala3-compiler" % scalaVersion.value % Provided
43
44
}
0 commit comments