diff --git a/build.sbt b/build.sbt index 9daa557d..d0db8c14 100644 --- a/build.sbt +++ b/build.sbt @@ -221,7 +221,7 @@ lazy val scalafix = tlScalafixProject ) .inputSettings( crossScalaVersions := Seq(Scala213), - libraryDependencies += "org.typelevel" %%% "feral-lambda-http4s" % "0.2.4", + libraryDependencies += "org.typelevel" %%% "feral-lambda-http4s" % "0.3.1", headerSources / excludeFilter := AllPassFilter ) .inputConfigure(_.disablePlugins(ScalafixPlugin))