ktorio / ktor

Framework for quickly creating connected applications in Kotlin with minimal effort
https://ktor.io
Apache License 2.0
12.86k stars 1.04k forks source link

KTOR-7123 Replace Versions values with catalog #4096

Closed bjhham closed 3 months ago

bjhham commented 3 months ago

Subsystem Build

Motivation

I noticed today we had an older version of slf4j floating around, which is replaced by the one imported by logback, but I figure it would be best if all our versions are tracked in one place.

Solution Read versions from libs.versions.toml rather than using constants.