Bump Kotlin version to keep integration test working

This commit is contained in:
Chris Smowton
2025-04-29 13:51:07 +01:00
parent 29d369f22f
commit 34e0a7b23a

View File

@@ -8,7 +8,7 @@
plugins {
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
id 'org.jetbrains.kotlin.jvm' version '1.6.0'
// Apply the application plugin to add support for building a CLI application in Java.
id 'application'