Is there any reason not to bump ktor dependency fo...
# kotest
p
Is there any reason not to bump ktor dependency for kotest-assertions-ktor to 3.x?
a
feel free to raise a PR, and good luck
p
I was in the process of raising a PR to add a
HttpResponse.shouldMatchContentType(ContenType)
assertion(s) - looks like a Ktor bump would mainly require deleting the old 1.6.x TestApplicationResponse assertions/tests - include in the same PR as the new assertion or separate PR for the bump/cleanup?
a
I'd keep PRs small and atomic
👌 1