build(deps): update Kotlin to 1.7.20

This commit is contained in:
Gauthier Roebroeck 2022-11-02 16:28:45 +08:00
parent 48ad835ae9
commit 0b244c9f00

View file

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