We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de81ec commit 77b16b4Copy full SHA for 77b16b4
buildSrc/src/main/kotlin/VersionsAndDependencies.kt
@@ -5,6 +5,7 @@ import com.huanshankeji.CommonVersions
5
val projectVersion = "0.7.0-SNAPSHOT"
6
7
// TODO remove Exposed's explicit version when migration to Exposed 1.0.0 is complete
8
+// TODO remove Vert.x's explicit version when migration to Vert.x 5 is complete
9
// TODO Kotest 6 requires Java 11
10
val commonVersions = CommonVersions(exposed = "0.61.0", vertx = "4.5.21", kotest = "5.9.1")
11
val commonDependencies = CommonDependencies(commonVersions)
0 commit comments