From 85043ac067ac6498e080062736906c0db01e9433 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 17:59:39 +0000 Subject: [PATCH] Update izumi-reflect to 3.0.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bfa899b..4f31e27 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.9" % Test, "org.apache.solr" % "solr-test-framework" % solrVersion % "test" excludeAll(ExclusionRule(organization = "org.apache.logging.log4j")), "com.twitter" %% "util-core" % "24.2.0" % "optional" )