Skip to content

Commit 15fbd7f

Browse files
committed
use current SDK release
1 parent b06cfa9 commit 15fbd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ libraries.internal = [
4343
// global state that must be shared between the SDK and the caller. These are not embedded
4444
// in the uberjar; the caller must provide them on the classpath at runtime.
4545
libraries.external = [
46-
"com.launchdarkly:launchdarkly-client:4.6.0-SNAPSHOT",
46+
"com.launchdarkly:launchdarkly-client:4.6.0",
4747
"com.amazonaws:aws-java-sdk-dynamodb:1.11.327",
4848
"org.slf4j:slf4j-api:1.7.21"
4949
]
@@ -53,7 +53,7 @@ libraries.test = [
5353
"org.hamcrest:hamcrest-all:1.3",
5454
"junit:junit:4.12",
5555
"ch.qos.logback:logback-classic:1.1.7",
56-
"com.launchdarkly:launchdarkly-client:4.6.0-SNAPSHOT:test" // our unit tests use helper classes from the SDK
56+
"com.launchdarkly:launchdarkly-client:4.6.0:test" // our unit tests use helper classes from the SDK
5757
]
5858

5959
dependencies {

0 commit comments

Comments
 (0)