Skip to content

Commit

Permalink
Fix minio core version to non-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgaldi committed Apr 18, 2023
1 parent e12ade7 commit ab80bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("io.minio:minio:8.4.5")

@Suppress("GradlePackageVersionRange")
api("org.veupathdb.lib.s3:s34k-core:0.8.0+s34k-0.9.0-SNAPSHOT")
api("org.veupathdb.lib.s3:s34k-core:0.8.0+s34k-0.9.0")

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

0 comments on commit ab80bfa

Please sign in to comment.