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 a53d584 + 80521d3 commit 2c89140Copy full SHA for 2c89140
build.sbt
@@ -116,7 +116,7 @@ lazy val core = crossProject(JVMPlatform)
116
libraryDependencies ++= {
117
if (scalaVersion.value.startsWith("3")) {
118
Seq(
119
- "com.softwaremill.magnolia1_3" %% "magnolia" % "1.2.7"
+ "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.0"
120
)
121
} else {
122
// scala2
0 commit comments