Skip to content

Commit 77b16b4

Browse files
committed
Add a similar TODO comment for Vert.x
1 parent 8de81ec commit 77b16b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/kotlin/VersionsAndDependencies.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import com.huanshankeji.CommonVersions
55
val projectVersion = "0.7.0-SNAPSHOT"
66

77
// 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
89
// TODO Kotest 6 requires Java 11
910
val commonVersions = CommonVersions(exposed = "0.61.0", vertx = "4.5.21", kotest = "5.9.1")
1011
val commonDependencies = CommonDependencies(commonVersions)

0 commit comments

Comments
 (0)