Revert to Kotlin 1.4.21

Kotlin 1.4.21-2 seems to be a pre-release.
This commit is contained in:
2021-01-28 07:33:55 -06:00
parent 56f0bbb7bd
commit a5255690ed
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ application {
dependencies {
val ktorVersion = "1.5.0"
val kotlinVersion = "1.4.21-2"
val kotlinVersion = "1.4.21"
val logbackVersion = "1.2.3"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")