Skip to content

Commit

Permalink
Merge pull request #101 from Dwolla/update/feral-lambda-0.2.4
Browse files Browse the repository at this point in the history
Update feral-lambda to 0.2.4
  • Loading branch information
mergify[bot] authored Nov 16, 2023
2 parents e4b2ef3 + 051ba2b commit 817db7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy val `autoscaling-ecs-core`: Project = project
libraryDependencies ++= {
Seq(
"com.dwolla" %% "fs2-utils" % "3.0.0-RC2",
"org.typelevel" %% "feral-lambda" % "0.2.3",
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "log4cats-core" % "2.6.0",
"io.circe" %% "circe-parser" % "0.14.6",
"io.monix" %% "newtypes-core" % "0.2.3",
Expand Down Expand Up @@ -82,7 +82,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project
.settings(
libraryDependencies ++= {
Seq(
"org.typelevel" %% "feral-lambda" % "0.2.3",
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.http4s" %% "http4s-ember-client" % "0.23.23",
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.5.1" % Runtime,
Expand Down Expand Up @@ -115,7 +115,7 @@ lazy val `registrator-health-check-lambda` = project
.settings(
libraryDependencies ++= {
Seq(
"org.typelevel" %% "feral-lambda" % "0.2.3",
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.http4s" %% "http4s-ember-client" % "0.23.21",
"org.typelevel" %% "mouse" % "1.2.1",
Expand Down Expand Up @@ -149,7 +149,7 @@ lazy val `feral-testkit` = project
.settings(
libraryDependencies ++= {
Seq(
"org.typelevel" %% "feral-lambda" % "0.2.3",
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"io.circe" %% "circe-testing" % "0.14.6",
)
Expand Down

0 comments on commit 817db7e

Please sign in to comment.