File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
4545libraries. 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
5959dependencies {
You can’t perform that action at this time.
0 commit comments