File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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:3.0.1 '
9
+ implementation 'cloud.eppo:eppo-server-sdk:3.1.0 '
10
10
}
11
11
```
12
12
Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
group = ' cloud.eppo'
14
- version = ' 3.1.0 '
14
+ version = ' 3.2.0-SNAPSHOT '
15
15
ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
16
16
17
17
import org.apache.tools.ant.filters.ReplaceTokens
@@ -40,7 +40,7 @@ dependencies {
40
40
// Logback classic 1.3.x is compatible with java 8
41
41
implementation ' ch.qos.logback:logback-classic:1.3.14'
42
42
43
- testImplementation ' cloud.eppo:sdk-common-jvm:3.2 .0-SNAPSHOT:tests'
43
+ testImplementation ' cloud.eppo:sdk-common-jvm:3.5 .0-SNAPSHOT:tests'
44
44
testImplementation platform(' org.junit:junit-bom:5.10.2' )
45
45
testImplementation ' org.junit.jupiter:junit-jupiter'
46
46
testImplementation ' com.github.tomakehurst:wiremock-jre8:2.35.2'
You can’t perform that action at this time.
0 commit comments