Skip to content

Commit

Permalink
Update izumi-reflect to 2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 9, 2024
1 parent ce95607 commit 7c7edeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def mainDependencies(scalaVersion: String) = {

Seq (
"org.scala-lang.modules" %% "scala-parser-combinators" % (if (isScala3) "2.3.0" else "1.1.2"),
"dev.zio" %% "izumi-reflect" % "2.3.8",
"dev.zio" %% "izumi-reflect" % "2.3.9",
"com.typesafe.slick" %% "slick" % "3.5.1",
"org.postgresql" % "postgresql" % "42.7.3",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
Expand Down

0 comments on commit 7c7edeb

Please sign in to comment.