Closed wickenico closed 1 year ago
In my Kotlin Ktor project with Gradle I have often the problem that version catalogue update uses some weird beta versions for example from Kotlin, Ktor and other stuff. I want to use only the latest stable version of my plugins and libs.
As mentioned in the readme, you should configure the versions plugin for that. See https://github.com/ben-manes/gradle-versions-plugin#rejectversionsif-and-componentselection
Thanks!
In my Kotlin Ktor project with Gradle I have often the problem that version catalogue update uses some weird beta versions for example from Kotlin, Ktor and other stuff. I want to use only the latest stable version of my plugins and libs.