From 4e58b9633c61bce7ff73eb4be62ac03200920d25 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 1 Jul 2025 19:40:37 +0000 Subject: [PATCH] Update izumi-reflect to 3.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bfa899b..21063c5 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ libraryDependencies ++= Seq( "org.scalatestplus" %% "junit-4-13" % "3.2.19.1" % "test", "com.github.sbt" % "junit-interface" % "0.13.3" % Test, "org.hamcrest" % "hamcrest-library" % "3.0" % "test", - "dev.zio" %% "izumi-reflect" % "3.0.3" % Test, + "dev.zio" %% "izumi-reflect" % "3.0.4" % Test, "org.apache.solr" % "solr-test-framework" % solrVersion % "test" excludeAll(ExclusionRule(organization = "org.apache.logging.log4j")), "com.twitter" %% "util-core" % "24.2.0" % "optional" )