Added check for valid API token.
This commit is contained in:
parent
2485f898de
commit
e2cb9e2954
7 changed files with 25 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id("org.jetbrains.kotlin.jvm") version "1.3.71"
|
||||
id("org.jetbrains.kotlin.jvm") version "1.3.72"
|
||||
id("com.github.ben-manes.versions") version "0.28.0"
|
||||
application
|
||||
}
|
||||
|
@ -18,8 +18,8 @@ dependencies {
|
|||
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
|
||||
|
||||
implementation("net.thauvin.erik:bitly-shorten:0.9.1-beta")
|
||||
implementation("org.json:json:20190722")
|
||||
implementation("net.thauvin.erik:bitly-shorten:0.9.2")
|
||||
implementation("org.json:json:20200518")
|
||||
}
|
||||
|
||||
application {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue