Skip to content

Commit 979fb81

Browse files
authored
chore: fix the build.gradle.kts where the version master-SNAPSHOT:uber was not found (#682)
1 parent 5cbfe0c commit 979fb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spotless {
2222

2323
dependencies {
2424
// Use https://central.sonatype.com/artifact/network.lightsail/stellar-sdk in prod.
25-
implementation("com.github.lightsail-network:java-stellar-sdk:master-SNAPSHOT:uber")
25+
implementation("network.lightsail:stellar-sdk:1.2.1")
2626
testImplementation(platform("org.junit:junit-bom:5.10.0"))
2727
testImplementation("org.junit.jupiter:junit-jupiter")
2828
}

0 commit comments

Comments
 (0)