From 027747a20b5a69c3ceb3e73f5200ca315c95d5cb Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Thu, 27 Mar 2025 11:57:34 +0100 Subject: [PATCH] minors changes --- build.gradle.kts | 2 +- src/main/resources/application.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b6df0fa..7ddb7d3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -116,7 +116,7 @@ dependencies { testImplementation("io.kotest:kotest-extensions-koin:$kotest_version") testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version") - testImplementation("io.ktor:ktor-server-test-host-jvm:2.3.11") + testImplementation("io.ktor:ktor-server-test-host-jvm:$ktor_version") testImplementation("io.kotest:kotest-runner-junit5:$kotest_version") testImplementation("io.mockk:mockk:1.13.17") } diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 3d918c1..a758dcc 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,7 +1,6 @@ ktor { deployment { port = 8080 - host = 0.0.0.0 } application { modules = [ eventDemo.configuration.ConfigureKt.configure ]