We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f32e69 commit 94a847dCopy full SHA for 94a847d
settings.gradle.kts
@@ -27,7 +27,7 @@ dependencyResolutionManagement {
27
library("coroutines-core", "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
28
library("coroutines-jdk8", "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines")
29
30
- library("caffeine", "com.github.ben-manes.caffeine:caffeine:3.2.2")
+ library("caffeine", "com.github.ben-manes.caffeine:caffeine:3.2.3")
31
}
32
33
0 commit comments