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 72efc9f commit 2b20a5bCopy full SHA for 2b20a5b
2 files changed
samples/console/build.gradle
@@ -12,7 +12,7 @@ repositories {
12
}
13
14
dependencies {
15
- implementation "com.configcat:configcat-java-client:9.+"
+ implementation "com.configcat:configcat-java-client:10.+"
16
implementation "org.slf4j:slf4j-simple:1.7.25"
17
testImplementation "junit:junit:4.12"
18
samples/web/build.gradle
@@ -19,7 +19,7 @@ repositories {
19
20
21
22
23
implementation "org.springframework.boot:spring-boot-starter-web:2.2+"
24
25
0 commit comments