Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit d0c684a

Browse files
committed
Bump preferred versions to Okio 3.4.0 and Kotlin 1.9.0
1 parent 10e24de commit d0c684a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

engine/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation(it) {
4747
version {
4848
strictly("[3,4)")
49-
prefer("3.3.0")
49+
prefer("3.4.0")
5050
}
5151
}
5252
}
@@ -60,8 +60,8 @@ dependencies {
6060
).onEach {
6161
implementation(it) {
6262
version {
63-
strictly("[1.6,1.9)")
64-
prefer("1.8.22")
63+
strictly("[1.6,1.10)")
64+
prefer("1.9.0")
6565
}
6666
}
6767
}

integrationtest/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation("com.squareup.okio:okio") {
3737
version {
3838
strictly("[3,4)")
39-
prefer("3.3.0")
39+
prefer("3.4.0")
4040
}
4141
}
4242
listOf(
@@ -49,8 +49,8 @@ dependencies {
4949
).onEach {
5050
implementation(it) {
5151
version {
52-
strictly("[1.6,1.9)")
53-
prefer("1.8.22")
52+
strictly("[1.6,1.10)")
53+
prefer("1.9.0")
5454
}
5555
}
5656
}

0 commit comments

Comments
 (0)