Kotlin update.
This commit is contained in:
parent
96522a2b09
commit
12ec6116a0
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue