Skip to content

Commit

Permalink
resolve maven central verification error
Browse files Browse the repository at this point in the history
  • Loading branch information
oharaandrew314 committed Jul 12, 2024
1 parent 7dd0dc0 commit ce12233
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import com.vanniktech.maven.publish.JavadocJar
import com.vanniktech.maven.publish.SonatypeHost
import com.vanniktech.maven.publish.KotlinJvm

Expand All @@ -15,7 +14,7 @@ repositories {
dependencies {
implementation(kotlin("reflect"))

api("software.amazon.awssdk:dynamodb-enhanced:2.21.26+")
api("software.amazon.awssdk:dynamodb-enhanced:2.21.26")

testImplementation(kotlin("test"))
testImplementation("io.kotest:kotest-assertions-core-jvm:5.6.2")
Expand Down

0 comments on commit ce12233

Please sign in to comment.