Upgraded to Kotlin 1.5.21 and JDK 16.

This commit is contained in:
Erik C. Thauvin 2021-07-27 09:10:04 -07:00
parent a345330421
commit 233b1acdb2
5 changed files with 23 additions and 15 deletions

View file

@ -1,7 +1,7 @@
plugins {
id("application")
id("com.github.ben-manes.versions") version "0.39.0"
kotlin("jvm") version "1.5.20"
kotlin("jvm") version "1.5.21"
}
// ./gradlew run