Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```groovy
dependencies {
implementation 'cloud.eppo:eppo-server-sdk:2.4.6'
implementation 'cloud.eppo:eppo-server-sdk:3.0.0'
}
```

Expand Down Expand Up @@ -55,6 +55,6 @@ repositories {
}

dependencies {
implementation 'cloud.eppo:eppo-server-sdk:2.5.0-SNAPSHOT'
implementation 'cloud.eppo:eppo-server-sdk:3.0.1-SNAPSHOT'
}
```
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'cloud.eppo'
version = '3.0.0-SNAPSHOT'
version = '3.0.0'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

import org.apache.tools.ant.filters.ReplaceTokens
Expand All @@ -25,7 +25,7 @@ repositories {
}

dependencies {
implementation 'cloud.eppo:sdk-common-jvm:3.0.1-SNAPSHOT'
implementation 'cloud.eppo:sdk-common-jvm:3.0.2'
implementation 'com.github.zafarkhaja:java-semver:0.10.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
Expand Down