Skip to content

Commit

Permalink
Update feral-lambda, feral-lambda-http4s, ... to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 11, 2024
1 parent 39bf234 commit c31de2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0",
),
)
.dependsOn(`commons` % "test->test;compile->compile")
Expand All @@ -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.0",
),
Compile / npmDependencies ++= Seq(
"mysql" -> "2.18.1",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0")
// Development tools
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
Expand Down

0 comments on commit c31de2f

Please sign in to comment.