Downgrade Awailitility to 4.2.2
This commit restores the support of Kotlin 1 Closes gh-45673
This commit is contained in:
@@ -90,7 +90,11 @@ bom {
|
||||
releaseNotes("https://github.com/assertj/assertj/releases/tag/assertj-build-{version}")
|
||||
}
|
||||
}
|
||||
library("Awaitility", "4.3.0") {
|
||||
library("Awaitility", "4.2.2") {
|
||||
prohibit {
|
||||
versionRange "[4.3.0,)"
|
||||
because "it requires Kotlin 2"
|
||||
}
|
||||
group("org.awaitility") {
|
||||
modules = [
|
||||
"awaitility",
|
||||
|
||||
Reference in New Issue
Block a user