Updated dependencies
This commit is contained in:
parent
416a52ec18
commit
1906a24343
8 changed files with 37 additions and 27 deletions
|
@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.42.0"
|
||||
kotlin("jvm") version "1.7.20"
|
||||
id("com.github.ben-manes.versions") version "0.44.0"
|
||||
kotlin("jvm") version "1.8.0"
|
||||
}
|
||||
|
||||
// ./gradlew run
|
||||
|
@ -20,7 +20,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:cryptoprice:1.0.0")
|
||||
implementation("net.thauvin.erik:cryptoprice:1.1.0-SNAPSHOT")
|
||||
implementation("org.json:json:20220924")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue