Bump kotlin version

This commit is contained in:
nelle 2023-11-06 02:58:38 -07:00
parent 27a734d1d8
commit 59c01d8ec3

View file

@ -10,7 +10,7 @@ val game_name: String by project
val version: String by project
plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.20"
`kotlin-dsl`
id("com.github.johnrengelman.shadow") version "8.1.1"
}