diff --git a/.scala-steward.conf b/.scala-steward.conf index 88f61e2a2..a28843ac6 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -9,13 +9,12 @@ pullRequests.grouping = [ updates.pin = [ { groupId = "org.typelevel", artifactId = "cats-effect", version = "2." }, { groupId = "co.fs2", version = "2." }, + { groupId = "org.http4s", version = "0.22." }, { groupId = "com.github.fd4s", artifactId = "fs2-kafka", version = "1."}, { groupId = "com.github.cb372", artifactId = "cats-retry", version = "2."} ] -# ignore kotlin compiler version updates and http4s updates for cats-effect 3.x compatible versions +# ignore kotlin compiler version updates updates.ignore = [ - { groupId = "org.http4s", version = "0.23." }, - { groupId = "org.http4s", version = "1." }, { groupId = "org.jetbrains.kotlin" } ] \ No newline at end of file