Skip to content

Commit 49c42d5

Browse files
authored
upgrade to latest common (#173)
- minor version bump
1 parent 6e201f5 commit 49c42d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eppo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "cloud.eppo"
10-
version = "4.7.1-SNAPSHOT"
10+
version = "4.8.0"
1111

1212
android {
1313
buildFeatures.buildConfig true
@@ -68,7 +68,7 @@ ext.versions = [
6868
]
6969

7070
dependencies {
71-
api 'cloud.eppo:sdk-common-jvm:3.9.0'
71+
api 'cloud.eppo:sdk-common-jvm:3.10.0'
7272

7373
implementation 'org.slf4j:slf4j-api:2.0.17'
7474

0 commit comments

Comments
 (0)