Updated to Kotlin 1.5.0

This commit is contained in:
Erik C. Thauvin 2021-04-28 10:33:12 -07:00
parent 6f573072ca
commit 28abc95c5d
71 changed files with 380 additions and 1622 deletions

View file

@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.4.31"
id("org.jetbrains.kotlin.jvm") version "1.5.0"
id("com.github.ben-manes.versions") version "0.38.0"
application
}
@ -14,7 +14,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:bitly-shorten:0.9.3")
implementation("net.thauvin.erik:bitly-shorten:0.9.4")
implementation("org.json:json:20210307")
}