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 0453aef commit d9b2b27Copy full SHA for d9b2b27
build.sbt
@@ -26,7 +26,7 @@ lazy val root = (project in file("."))
26
libraryDependencies ++= {
27
if (scalaBinaryVersion.value.startsWith("2")) {
28
Seq(
29
- "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.6",
+ "com.softwaremill.magnolia1_2" %% "magnolia" % "1.1.8",
30
"org.scala-lang" % "scala-reflect" % scalaVersion.value
31
)
32
} else {
0 commit comments