We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de02967 commit e3b203dCopy full SHA for e3b203d
README.md
@@ -10,7 +10,7 @@ or [JVM](https://github.com/Eppo-exp/java-server-sdk) SDKs.
10
11
```groovy
12
dependencies {
13
- implementation 'cloud.eppo:sdk-common-jvm:2.0.0'
+ implementation 'cloud.eppo:sdk-common-jvm:3.0.2'
14
}
15
```
16
@@ -49,6 +49,6 @@ repositories {
49
50
51
52
- implementation 'cloud.eppo:sdk-common-jvm:2.1.0-SNAPSHOT'
+ implementation 'cloud.eppo:sdk-common-jvm:3.0.3-SNAPSHOT'
53
54
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
8
group = 'cloud.eppo'
9
-version = '3.0.2-SNAPSHOT'
+version = '3.0.2'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
java {
0 commit comments