We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
master-SNAPSHOT:uber
1 parent 5cbfe0c commit 979fb81Copy full SHA for 979fb81
examples/build.gradle.kts
@@ -22,7 +22,7 @@ spotless {
22
23
dependencies {
24
// Use https://central.sonatype.com/artifact/network.lightsail/stellar-sdk in prod.
25
- implementation("com.github.lightsail-network:java-stellar-sdk:master-SNAPSHOT:uber")
+ implementation("network.lightsail:stellar-sdk:1.2.1")
26
testImplementation(platform("org.junit:junit-bom:5.10.0"))
27
testImplementation("org.junit.jupiter:junit-jupiter")
28
}
0 commit comments