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 c7fcf21 + ad8cf58 commit 436dadbCopy full SHA for 436dadb
build.sbt
@@ -23,7 +23,7 @@ lazy val dhalljMagnolia = (projectMatrix in file("modules/dhallj-magnolia"))
23
libraryDependencies ++= {
24
CrossVersion.partialVersion(scalaVersion.value) match {
25
case Some((3, _)) =>
26
- Seq("com.softwaremill.magnolia1_3" %% "magnolia" % "1.2.7")
+ Seq("com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.0")
27
case _ =>
28
Seq(
29
"com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.3",
0 commit comments