Skip to content

Commit 5bc66bd

Browse files
authored
Bump dependency constraints (#147)
1 parent 190e2af commit 5bc66bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
).forEach {
3030
implementation(it) {
3131
version {
32-
strictly("[1.6,1.10)")
33-
prefer("1.9.23")
32+
strictly("[1.6,3)")
33+
prefer("1.9.25")
3434
}
3535
}
3636
}
@@ -41,7 +41,7 @@ dependencies {
4141
implementation(it) {
4242
version {
4343
strictly("[3,4)")
44-
prefer("3.9.0")
44+
prefer("3.9.1")
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)