-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kafka-clients to 3.8.0 (#1725)
* Update kafka-clients to 3.8.0 * chore: Update mainClass in build.sbt * chore: Move and update scala-steward configuration file * chore: Update fs2-kafka dependency to version 1.11.0 --------- Co-authored-by: Bekir Oguz <[email protected]>
- Loading branch information
1 parent
756eca3
commit e39db88
Showing
4 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# PRs are created only again after 7 days since the last PR has passed | ||
pullRequests.frequency = "7 days" | ||
# group all patches, and typelevel updates | ||
pullRequests.grouping = [ | ||
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }, | ||
{ name = "typelevel", "title" = "Typelevel updates", "filter" = [{"group" = "org.typelevel"}, {"group" = "org.http4s"}, {"group" = "co.fs2"}] }, | ||
] | ||
# pin updates to cats-effect 2.x compatible versions | ||
updates.pin = [ | ||
{ groupId = "org.typelevel", artifactId = "cats-effect" version = "2." }, | ||
{ groupId = "co.fs2", version = "2." }, | ||
{ groupId = "com.github.fd4s", artifactId = "fs2-kafka", version = "1."} | ||
] | ||
|
||
# ignore updates for cats-effect 3.x compatible versions | ||
updates.pin = [ | ||
{ groupId = "org.http4s", version = "0.23." }, | ||
{ groupId = "org.http4s", version = "1." } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters