Skip to content

Commit e9500af

Browse files
authored
chore: Bump sdk-common-jvm (#65)
1 parent b0d0dfd commit e9500af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```groovy
88
dependencies {
9-
implementation 'cloud.eppo:eppo-server-sdk:2.0.0'
9+
implementation 'cloud.eppo:eppo-server-sdk:2.4.6'
1010
}
1111
```
1212

@@ -55,6 +55,6 @@ repositories {
5555
}
5656
5757
dependencies {
58-
implementation 'cloud.eppo:eppo-server-sdk:3.0.0-SNAPSHOT'
58+
implementation 'cloud.eppo:eppo-server-sdk:2.5.0-SNAPSHOT'
5959
}
6060
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626

2727
dependencies {
28-
implementation 'cloud.eppo:sdk-common-jvm:1.0.0'
28+
implementation 'cloud.eppo:sdk-common-jvm:2.0.0-SNAPSHOT'
2929
implementation 'com.github.zafarkhaja:java-semver:0.10.2'
3030
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
3131
implementation 'org.apache.httpcomponents:httpclient:4.5.14'

0 commit comments

Comments
 (0)