Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 7, 2022
1 parent d9c8898 commit 41bd42f
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 @@ -35,7 +35,7 @@ dependencies {
implementation(kotlin("stdlib"))
implementation("org.slf4j:slf4j-api:1.7.36")

api("org.veupathdb.lib.s3:s34k:0.3.0-SNAPSHOT") { isChanging = true }
api("org.veupathdb.lib.s3:s34k:0.3.0") { isChanging = true }

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

0 comments on commit 41bd42f

Please sign in to comment.