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",