Skip to content

Commit

Permalink
Update feral-lambda to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Sep 27, 2024
1 parent edb514c commit ba1d579
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 @@ -62,7 +62,7 @@ lazy val `autoscaling-ecs-core`: Project = project
libraryDependencies ++= {
Seq(
"com.dwolla" %% "fs2-utils" % "3.0.0-RC2",
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "feral-lambda" % "0.3.1",
"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 @@ -112,7 +112,7 @@ lazy val `autoscaling-ecs-draining-lambda` = project
.settings(
libraryDependencies ++= {
Seq(
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "feral-lambda" % "0.3.1",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.http4s" %% "http4s-ember-client" % "0.23.25",
"org.tpolecat" %% "natchez-xray" % "0.3.5",
Expand Down Expand Up @@ -147,7 +147,7 @@ lazy val `registrator-health-check-lambda` = project
.settings(
libraryDependencies ++= {
Seq(
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "feral-lambda" % "0.3.1",
"org.typelevel" %% "log4cats-slf4j" % "2.6.0",
"org.http4s" %% "http4s-ember-client" % "0.23.21",
"org.typelevel" %% "mouse" % "1.2.2",
Expand Down Expand Up @@ -183,7 +183,7 @@ lazy val `feral-testkit` = project
.settings(
libraryDependencies ++= {
Seq(
"org.typelevel" %% "feral-lambda" % "0.2.4",
"org.typelevel" %% "feral-lambda" % "0.3.1",
"org.scalacheck" %% "scalacheck" % "1.17.0",
"io.circe" %% "circe-testing" % "0.14.6",
)
Expand Down

0 comments on commit ba1d579

Please sign in to comment.