Updated dependencies
This commit is contained in:
parent
7c56f1e9b4
commit
7594fcd60f
10 changed files with 71 additions and 41 deletions
|
@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.46.0"
|
||||
id("com.github.ben-manes.versions") version "0.47.0"
|
||||
kotlin("jvm") version "1.8.10"
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:cryptoprice:1.0.1-SNAPSHOT")
|
||||
implementation("org.json:json:20220924")
|
||||
implementation("org.json:json:20230227")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue