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 53556cb commit e9e0b94Copy full SHA for e9e0b94
build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
).onEach {
35
implementation(it) {
36
version {
37
- strictly("[1.5,1.9)")
+ strictly("[1.6,1.9)")
38
prefer("1.8.21")
39
}
40
0 commit comments