Skip to content

Commit

Permalink
Merge pull request #723 from scala-steward/update/izumi-reflect-2.3.10
Browse files Browse the repository at this point in the history
Update izumi-reflect to 2.3.10
  • Loading branch information
tminglei authored Jun 12, 2024
2 parents 87359ef + 1d14081 commit e67f341
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.9",
"dev.zio" %% "izumi-reflect" % "2.3.10",
"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 e67f341

Please sign in to comment.