Skip to content

Commit

Permalink
update to api v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 19, 2022
1 parent c4d65d5 commit dde65ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.0+s34k-0.6.0"
version = "0.3.0+s34k-0.7.0"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("io.minio:minio:8.4.1")

@Suppress("GradlePackageVersionRange")
api("org.veupathdb.lib.s3:s34k-core:0.5.0+s34k-0.6.0")
api("org.veupathdb.lib.s3:s34k-core:0.6.0+s34k-0.7.0")

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

0 comments on commit dde65ce

Please sign in to comment.