Kotlin update.

This commit is contained in:
Oliver Rümpelein 2020-11-29 13:29:46 +01:00
parent 96522a2b09
commit 12ec6116a0

View file

@ -5,7 +5,7 @@ buildscript {
set("kotestVersion", "4.3.1")
set("kotlinxHtmlVersion", "0.7.2")
set("cliktVersion", "3.0.1")
set("kotlinVersion", "1.4.20-RC")
set("kotlinVersion", "1.4.20")
}
}
@ -15,7 +15,7 @@ plugins {
}
group = "de.pheerai"
version = "0.0.2-SNAPSHOT"
version = "0.0.3-SNAPSHOT"
repositories {
jcenter()