Skip to content

Commit

Permalink
update to api 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 19, 2022
1 parent cc06a3b commit dbc4102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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+s34k-0.5.0"
version = "0.5.0+s34k-0.6.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.5.0")
api("org.veupathdb.lib.s3:s34k:0.6.0")

testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation(kotlin("test"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import java.time.OffsetDateTime
@Suppress("unused")
abstract class AbstractS3Object(
override val path: String,
override val lastModified: OffsetDateTime,
override val eTag: String?,
override val lastModified: OffsetDateTime?,
override val eTag: String,
override val region: String?,
override val headers: Headers,
override val bucket: S3Bucket,
Expand Down

0 comments on commit dbc4102

Please sign in to comment.