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 7cc1b8e commit e07918eCopy full SHA for e07918e
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
).onEach {
34
implementation(it) {
35
version {
36
- strictly("[1.5,1.7)")
+ strictly("[1.6,1.7)")
37
prefer("1.6.21")
38
}
39
0 commit comments