Bump Kotlin to version 2.1.20

This commit is contained in:
Erik C. Thauvin 2025-03-20 09:43:32 -07:00
parent 722ec4f6ba
commit 679fba1441
Signed by: erik
GPG key ID: 776702A6A2DA330E
6 changed files with 8 additions and 12 deletions

View file

@ -1,7 +1,7 @@
plugins {
id("application")
id("com.github.ben-manes.versions") version "0.51.0"
kotlin("jvm") version "2.1.10"
kotlin("jvm") version "2.1.20"
}
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)