File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/kotlin/dev/suresh Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ kotlinx-coroutines = "1.7.2"
2828kotlinx-datetime = " 0.4.0"
2929kotlinx-serialization = " 1.5.1"
3030kotlinx-collections-immutable = " 0.3.5"
31- kotlinx-lincheck = " 2.21 "
31+ kotlinx-lincheck = " 2.22 "
3232kotlinx-benchmark = " 0.4.8"
3333kotlinx-reflect-lite = " 1.0.0"
3434zip-prefixer = " 0.3.1"
3535ajalt-clikt = " 4.1.0"
3636ajalt-mordant = " 2.0.1"
3737ajalt-colormath = " 3.3.1"
3838dokka = " 1.8.20"
39- helidon-nima = " 4.0.0-ALPHA6 "
39+ helidon-nima = " 4.0.0-M1 "
4040jgit = " 6.6.0.202305301015-r"
4141jte = " 3.0.1"
4242junit = " 5.10.0-RC1"
@@ -61,14 +61,14 @@ intellij-markdown = "0.4.1"
6161# Plugin versions
6262benmanes = " 0.47.0"
6363foojay-resolver = " 0.6.0"
64- gradle-enterprise = " 3.13.4 "
64+ gradle-enterprise = " 3.14 "
6565nexus-publish = " 2.0.0-rc-1"
6666shadow = " 8.1.1"
67- spotless = " 6.19 .0"
67+ spotless = " 6.20 .0"
6868semver-plugin = " 0.5.0-rc.1"
6969taskinfo = " 2.1.0"
7070dependency-analysis = " 1.20.0"
71- best-practices-plugin = " 0.9 "
71+ best-practices-plugin = " 0.10 "
7272graalvm-nativeimage = " 0.9.23"
7373beryx-jlink = " 2.24.4"
7474beryx-runtime = " 1.13.0"
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ fun main(args: Array<String>) {
8585 Runtime .getRuntime().addShutdownHook(Thread { println (" Shutting down..." ) })
8686
8787 cmdArgs = args.toList()
88- webServer = WebServer .builder().port(9080 ).routing(::routes).start()
88+ webServer = WebServer .builder().port(9080 ).routing(::routes).build(). start()
8989
9090 val vmTime =
9191 ProcessHandle .current().info().startInstant().getOrDefault(Instant .now()).toEpochMilli()
You can’t perform that action at this time.
0 commit comments