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 b13f86f + 7778ebb commit 7a98fd3Copy full SHA for 7a98fd3
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.1.5"
+ "com.softwaremill.magnolia1_3" %% "magnolia" % "1.2.7"
120
)
121
} else {
122
// scala2
0 commit comments