mirror of
https://github.com/gotson/komga.git
synced 2026-04-30 02:42:26 +02:00
build: update to kotlin 1.6.10
This commit is contained in:
parent
550c936499
commit
9d09c2bc43
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.5.20"
|
||||
val kotlinVersion = "1.6.10"
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.spring") version kotlinVersion
|
||||
kotlin("kapt") version kotlinVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue