Bump kotlin version
This commit is contained in:
parent
27a734d1d8
commit
59c01d8ec3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ val game_name: String by project
|
||||||
val version: String by project
|
val version: String by project
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.9.10"
|
kotlin("jvm") version "1.9.20"
|
||||||
`kotlin-dsl`
|
`kotlin-dsl`
|
||||||
id("com.github.johnrengelman.shadow") version "8.1.1"
|
id("com.github.johnrengelman.shadow") version "8.1.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue