File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
``` groovy
8
8
dependencies {
9
- implementation 'cloud.eppo:eppo-server-sdk:2.4.6 '
9
+ implementation 'cloud.eppo:eppo-server-sdk:3.0.1 '
10
10
}
11
11
```
12
12
@@ -55,6 +55,6 @@ repositories {
55
55
}
56
56
57
57
dependencies {
58
- implementation 'cloud.eppo:eppo-server-sdk:2.5.0 -SNAPSHOT'
58
+ implementation 'cloud.eppo:eppo-server-sdk:3.0.2 -SNAPSHOT'
59
59
}
60
60
```
Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
group = ' cloud.eppo'
14
- version = ' 3.0.1-SNAPSHOT '
14
+ version = ' 3.0.1'
15
15
ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
16
16
17
17
import org.apache.tools.ant.filters.ReplaceTokens
@@ -31,7 +31,7 @@ repositories {
31
31
32
32
dependencies {
33
33
// Re-export classes and interfaces that will be used upstream
34
- api ' cloud.eppo:sdk-common-jvm:3.0.2-SNAPSHOT '
34
+ api ' cloud.eppo:sdk-common-jvm:3.0.2'
35
35
36
36
implementation ' com.github.zafarkhaja:java-semver:0.10.2'
37
37
implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.1'
You can’t perform that action at this time.
0 commit comments