mirror of
https://github.com/gotson/komga.git
synced 2025-12-29 20:02:44 +01:00
build: update Kotlin to 1.6.21
This commit is contained in:
parent
11e3c7e95b
commit
edff88275d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue