1
0
mirror of https://github.com/irmen/ksim65.git synced 2024-05-29 03:41:30 +00:00

new kotlin version

This commit is contained in:
Irmen de Jong 2019-12-09 16:18:35 +01:00
parent 3fb12eb3f6
commit 22893a552e

View File

@ -6,7 +6,7 @@ import kotlin.math.max
plugins {
// Apply the Kotlin JVM plugin to add support for Kotlin on the JVM.
kotlin("jvm") version "1.3.50"
kotlin("jvm") version "1.3.60"
`maven-publish`
application
id("org.jetbrains.dokka") version "0.10.0"