build: update Kotlin to 1.6.21

This commit is contained in:
Gauthier Roebroeck 2022-04-21 16:21:08 +08:00
parent 11e3c7e95b
commit edff88275d

View file

@ -2,7 +2,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
plugins {
run {
val kotlinVersion = "1.6.10"
val kotlinVersion = "1.6.21"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
kotlin("kapt") version kotlinVersion