Skip to content

Commit

Permalink
Merge pull request #198 from scala-steward/update/util-core-24.2.0
Browse files Browse the repository at this point in the history
Update util-core to 24.2.0
  • Loading branch information
magro authored Jun 23, 2024
2 parents e155f48 + 039ce6b commit 2b64ba4
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 @@ -58,7 +58,7 @@ libraryDependencies ++= Seq(
"org.hamcrest" % "hamcrest-library" % "2.2" % "test",
"dev.zio" %% "izumi-reflect" % "2.3.8" % Test,
"org.apache.solr" % "solr-test-framework" % solrVersion % "test" excludeAll(ExclusionRule(organization = "org.apache.logging.log4j")),
"com.twitter" %% "util-core" % "23.11.0" % "optional"
"com.twitter" %% "util-core" % "24.2.0" % "optional"
)

excludeDependencies ++= (
Expand Down

0 comments on commit 2b64ba4

Please sign in to comment.