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 7033400 + 2cc0827 commit 56574cdCopy full SHA for 56574cd
build.sbt
@@ -49,7 +49,7 @@ lazy val core = projectMatrix
49
.settings(
50
name := "difflicious-core",
51
libraryDependencies ++= Seq(
52
- "dev.zio" %% "izumi-reflect" % "3.0.7",
+ "dev.zio" %% "izumi-reflect" % "3.0.8",
53
"com.lihaoyi" %% "fansi" % "0.5.1",
54
) ++ (if (isScala3.value) {
55
Seq("com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.18")
0 commit comments