Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tinahollygb committed Aug 2, 2023
1 parent 40a7e72 commit 8f6b477
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion jvm-spring-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
// 2. Add the GrowthBook SDK
// Option: head of main
// implementation 'com.github.growthbook:growthbook-sdk-java:main-SNAPSHOT'
implementation 'com.github.growthbook:growthbook-sdk-java:sse-SNAPSHOT'

// Option: specific release version
implementation 'com.github.growthbook:growthbook-sdk-java:0.9.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public RealTimeSSEFeaturesService() {
"sdk-pGmC6LrsiUoEUcpZ",
null,
FeatureRefreshStrategy.SERVER_SENT_EVENTS,
10
null
);

this.onFeaturesRefresh(new FeatureRefreshCallback() {
Expand Down

0 comments on commit 8f6b477

Please sign in to comment.