Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 9, 2022
1 parent 5126cf1 commit a14539a
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.4.0-SNAPSHOT"
version = "v0.3.0+s34k-0.4.0"

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.4.0-SNAPSHOT") { isChanging = true }
api("org.veupathdb.lib.s3:s34k:0.4.0")

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

0 comments on commit a14539a

Please sign in to comment.