Pavel Yurgin
Pavel Yurgin
WDYT about support of custom heuristics ? Example repo config: ``` ... ... updates.customHeuristics = [ { groupId = "org.platform" termsToReplace = ["platform"] // artifactName = "some" // optional artifact...
resolves https://github.com/fthomas/scala-steward/issues/1534
With swagger we can override default server for concrete endpoint: https://swagger.io/docs/specification/api-host-and-base-path/ WDYT about adding special syntax to ServerEndpoint ? Out use-case: We have one application server based on tapir which...