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 fb1898e commit f493bf2Copy full SHA for f493bf2
README.md
@@ -13,7 +13,7 @@ or [JVM](https://github.com/Eppo-exp/java-server-sdk) SDKs.
13
14
```groovy
15
dependencies {
16
- implementation 'cloud.eppo:sdk-common-jvm:3.13.0'
+ implementation 'cloud.eppo:sdk-common-jvm:3.13.1'
17
}
18
```
19
@@ -54,6 +54,6 @@ repositories {
54
55
56
57
- implementation 'cloud.eppo:sdk-common-jvm:3.13.0-SNAPSHOT'
+ implementation 'cloud.eppo:sdk-common-jvm:3.13.1-SNAPSHOT'
58
59
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
8
group = 'cloud.eppo'
9
-version = '3.13.0-SNAPSHOT'
+version = '3.13.1'
10
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
11
12
java {
0 commit comments