Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 9, 2022
1 parent ddb78ee commit 1e2e98b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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+s34k-0.3.0"
version = "0.2.0+s34k-0.4.0"

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

api("org.veupathdb.lib.s3:s34k-core:0.4.0-SNAPSHOT") { isChanging = true }
@Suppress("GradlePackageVersionRange")
api("org.veupathdb.lib.s3:s34k-core:0.3.0+s34k-0.4.0")

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

0 comments on commit 1e2e98b

Please sign in to comment.