Skip to content

Commit 3982d62

Browse files
committed
Bump version constraints (okio:3.3.0)
1 parent d7f6434 commit 3982d62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies {
3333
).onEach {
3434
implementation(it) {
3535
version {
36-
strictly("[1.5,1.8)")
37-
prefer("1.7.22")
36+
strictly("[1.5,1.9)")
37+
prefer("1.8.0")
3838
}
3939
}
4040
}
@@ -56,7 +56,7 @@ dependencies {
5656
implementation(it) {
5757
version {
5858
strictly("[3,4)")
59-
prefer("3.2.0")
59+
prefer("3.3.0")
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)