Updated to Kotlin 1.5.0
This commit is contained in:
parent
6f573072ca
commit
28abc95c5d
71 changed files with 380 additions and 1622 deletions
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue