diff --git a/build.sbt b/build.sbt index 48207ce..7c1283d 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ libraryDependencies ++= Seq( "org.scalatestplus" %% "junit-4-13" % "3.2.19.0" % "test", "com.github.sbt" % "junit-interface" % "0.13.3" % Test, "org.hamcrest" % "hamcrest-library" % "3.0" % "test", - "dev.zio" %% "izumi-reflect" % "2.3.10" % Test, + "dev.zio" %% "izumi-reflect" % "3.0.1" % Test, "org.apache.solr" % "solr-test-framework" % solrVersion % "test" excludeAll(ExclusionRule(organization = "org.apache.logging.log4j")), "com.twitter" %% "util-core" % "24.2.0" % "optional" )