Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
testImplementation "org.hamcrest:hamcrest-all:1.3"
testImplementation "junit:junit:4.12"
testImplementation "com.launchdarkly:launchdarkly-java-server-sdk:${versions.sdk}:test" // our unit tests use helper classes from the SDK
testImplementation "com.google.guava:guava:28.2-jre" // required by SDK tests, not used in this library itself
testImplementation "com.google.guava:guava:33.6.0-jre" // required by SDK tests, not used in this library itself
testImplementation "com.google.code.gson:gson:2.7" // same as above
}

Expand Down
Loading