Upgraded to Kotlin 1.9.21

This commit is contained in:
Erik C. Thauvin 2023-11-23 18:01:01 -08:00
parent 00f78b7575
commit 594ca811e3
7 changed files with 15 additions and 9 deletions

View file

@ -1,5 +1,5 @@
plugins {
id 'com.github.ben-manes.versions' version '0.49.0'
id 'com.github.ben-manes.versions' version '0.50.0'
id 'java'
id 'application'
}