Initial 0.9.0 release cleanup.
This commit is contained in:
parent
39251ca967
commit
c8fe346320
5 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||
|
||||
plugins {
|
||||
id("application")
|
||||
id("com.github.ben-manes.versions") version "0.40.0"
|
||||
id("com.github.ben-manes.versions") version "0.41.0"
|
||||
kotlin("jvm") version "1.6.10"
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:cryptoprice:0.9.0-SNAPSHOT")
|
||||
implementation("net.thauvin.erik:cryptoprice:0.9.0")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue