Updated dependencies
This commit is contained in:
parent
ad1544c6ef
commit
3d6101d165
140 changed files with 2651 additions and 1906 deletions
|
@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.44.0"
|
||||
kotlin("jvm") version "1.8.0"
|
||||
id("com.github.ben-manes.versions") version "0.46.0"
|
||||
kotlin("jvm") version "1.8.20"
|
||||
}
|
||||
|
||||
// ./gradlew run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
|
||||
|
@ -18,7 +18,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:bitly-shorten:0.9.4-SNAPSHOT")
|
||||
implementation("org.json:json:20220924")
|
||||
implementation("org.json:json:20230227")
|
||||
}
|
||||
|
||||
application {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue