From aa9945d1c9ff08fbe35822526d8adc5911e62743 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 9 Jul 2025 18:18:03 +0000 Subject: [PATCH] Update izumi-reflect to 3.0.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bfa899b..7b058c4 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.5" % Test, "org.apache.solr" % "solr-test-framework" % solrVersion % "test" excludeAll(ExclusionRule(organization = "org.apache.logging.log4j")), "com.twitter" %% "util-core" % "24.2.0" % "optional" )