From b1f1131bf631a2733d17bb22767d9950b04083fa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Mar 2026 00:22:33 +0000 Subject: [PATCH] Update lib-util to 0.2.85 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 270179a..b27af29 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val root = project scalafmtOnCompile := true, scalacOptions ++= allScalacOptions ++ Seq("-release", "17"), libraryDependencies ++= Seq( - "io.flow" %% "lib-util" % "0.2.82", + "io.flow" %% "lib-util" % "0.2.85", "com.github.apicollective" %% "apibuilder-validation" % "0.5.8", "com.typesafe.play" %% "play-json" % "2.10.6", "com.ning" % "async-http-client" % "1.9.40",