Skip to content

Commit

Permalink
Bump dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 15, 2024
1 parent b614d4d commit 39e6208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.9.0")
prefer("3.9.1")
}
}
}
Expand All @@ -60,7 +60,7 @@ dependencies {
).forEach {
implementation(it) {
version {
strictly("[1.6,2.1)")
strictly("[1.6,3)")
prefer("1.9.25")
}
}
Expand Down
4 changes: 2 additions & 2 deletions integrationtest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation("com.squareup.okio:okio") {
version {
strictly("[3,4)")
prefer("3.9.0")
prefer("3.9.1")
}
}
listOf(
Expand All @@ -49,7 +49,7 @@ dependencies {
).forEach {
implementation(it) {
version {
strictly("[1.6,2.1)")
strictly("[1.6,3)")
prefer("1.9.25")
}
}
Expand Down

0 comments on commit 39e6208

Please sign in to comment.