File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
modules/core/src/main/resources Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -252,5 +252,18 @@ migrations = [
252
252
artifactIds: ["feral-.*"],
253
253
newVersion: "0.3.0",
254
254
rewriteRules: ["dependency:
[email protected] :feral-scalafix:0.3.0"]
255
+ },
256
+ {
257
+ groupId: "dev.zio",
258
+ artifactIds: ["zio-kafka"],
259
+ newVersion: "2.9.0",
260
+ // Note that the replace rule can generate broken code in some cases.
261
+ // See https://github.com/scalacenter/scalafix/issues/1168 for details.
262
+ rewriteRules: [
263
+ "replace:zio.kafka.serde.Deserializer.mapM/zio.kafka.serde.Deserializer.mapZIO",
264
+ "replace:zio.kafka.serde.Serde.inmapM/zio.kafka.serde.Serde.inmapZIO",
265
+ "replace:zio.kafka.serde.Serializer.contramapM/zio.kafka.serde.Serializer.contramapZIO"
266
+ ],
267
+ executionOrder: "post-update"
255
268
}
256
269
]
You can’t perform that action at this time.
0 commit comments