Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 7, 2022
1 parent af7af71 commit d5f640e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "org.veupathdb.lib.s3"
version = "0.1.0"
version = "0.1.0+s34k-0.3.0"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -36,9 +36,9 @@ dependencies {
implementation(kotlin("stdlib"))
implementation(kotlin("stdlib-jdk8"))
implementation("org.slf4j:slf4j-api:1.7.36")
implementation("io.minio:minio:8.3.8")

api("org.veupathdb.lib.s3:s34k-core:0.3.0-SNAPSHOT") { isChanging = true }
api("io.minio:minio:8.3.8")
api("org.veupathdb.lib.s3:s34k-core:0.2.0")

testImplementation(kotlin("test"))
}
Expand Down

0 comments on commit d5f640e

Please sign in to comment.