Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Oct 13, 2022
1 parent 3116f6d commit e0297ba
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.6.1+s34k-0.7.1"
version = "0.6.1+s34k-0.7.2"

repositories {
mavenLocal()
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation(kotlin("stdlib"))
implementation("org.slf4j:slf4j-api:1.7.36")

api("org.veupathdb.lib.s3:s34k:0.7.1")
api("org.veupathdb.lib.s3:s34k:0.7.2")

testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation(kotlin("test"))
Expand Down

0 comments on commit e0297ba

Please sign in to comment.