diff --git a/build.sbt b/build.sbt index b312b54..fa5e98f 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ lazy val notifications = project "org.http4s" %%% "http4s-circe" % "0.23.26", "org.http4s" %%% "http4s-dsl" % "0.23.26", "org.http4s" %%% "http4s-ember-client" % "0.23.26", - "org.typelevel" %%% "feral-lambda-http4s" % "0.2.4", + "org.typelevel" %%% "feral-lambda-http4s" % "0.3.1", ), ) .dependsOn(`commons` % "test->test;compile->compile") @@ -74,7 +74,7 @@ lazy val operations = project "org.http4s" %%% "http4s-dsl" % "0.23.26", "org.http4s" %%% "http4s-ember-client" % "0.23.26", "org.typelevel" %%% "case-insensitive" % "1.4.0", - "org.typelevel" %%% "feral-lambda-http4s" % "0.2.4", + "org.typelevel" %%% "feral-lambda-http4s" % "0.3.1", ), Compile / npmDependencies ++= Seq( "mysql" -> "2.18.1", diff --git a/project/plugins.sbt b/project/plugins.sbt index a0088e8..d1a5a97 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44") addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.16") -addSbtPlugin("org.typelevel" %% "sbt-feral-lambda" % "0.2.4") +addSbtPlugin("org.typelevel" %% "sbt-feral-lambda" % "0.3.1") // Development tools addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")