Skip to content

Commit 76804f3

Browse files
committed
Try fixing the Vert.x API calls but drop and downgrade to 4.5.21 instead temporarily
`check` passes on my device now.
1 parent 0b50bd7 commit 76804f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/VersionsAndDependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ val projectVersion = "0.7.0-SNAPSHOT"
66

77
// TODO remove Exposed's explicit version when migration to Exposed 1.0.0 is complete
88
// TODO Kotest 6 requires Java 11
9-
val commonVersions = CommonVersions(exposed = "0.61.0", kotest = "5.9.1")
9+
val commonVersions = CommonVersions(exposed = "0.61.0", vertx = "4.5.21", kotest = "5.9.1")
1010
val commonDependencies = CommonDependencies(commonVersions)
1111
val commonGradleClasspathDependencies = CommonGradleClasspathDependencies(commonVersions)
1212

0 commit comments

Comments
 (0)