We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63f859d + 8e9d82a commit 343c353Copy full SHA for 343c353
build.sbt
@@ -65,7 +65,7 @@ def mainDependencies(scalaVersion: String) = {
65
66
Seq (
67
"org.scala-lang.modules" %% "scala-parser-combinators" % (if (isScala3) "2.3.0" else "1.1.2"),
68
- "dev.zio" %% "izumi-reflect" % "3.0.8",
+ "dev.zio" %% "izumi-reflect" % "3.0.9",
69
"com.typesafe.slick" %% "slick" % "3.6.1",
70
"org.postgresql" % "postgresql" % "42.7.8",
71
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0",
0 commit comments