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 1a23dbb commit 6aa097cCopy full SHA for 6aa097c
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:3.4.1'
+ implementation 'cloud.eppo:sdk-common-jvm:3.5.0'
14
}
15
```
16
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
8
group = 'cloud.eppo'
9
-version = '3.5.0-SNAPSHOT'
+version = '3.5.0'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
java {
0 commit comments