Skip to content

Commit

Permalink
include upstream fix from s34k-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 19, 2022
1 parent 34db942 commit 615f6f1
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.7.0"
version = "0.3.1+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.6.0+s34k-0.7.0")
api("org.veupathdb.lib.s3:s34k-core:0.6.1+s34k-0.7.0")

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

0 comments on commit 615f6f1

Please sign in to comment.