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 08acc6b commit b0caac8Copy full SHA for b0caac8
build.gradle.kts
@@ -85,7 +85,7 @@ dependencies {
85
implementation("com.expediagroup:graphql-kotlin-ktor-client:$graphql_kotlin_version")
86
implementation("io.ktor:ktor-client-okhttp-jvm:2.3.11")
87
implementation("io.ktor:ktor-server-core-jvm:2.3.12")
88
- implementation("io.ktor:ktor-server-swagger-jvm:2.3.11")
+ implementation("io.ktor:ktor-server-swagger-jvm:2.3.12")
89
90
testImplementation("io.mockk:mockk:1.13.11")
91
testImplementation("io.ktor:ktor-server-tests:2.3.12")
0 commit comments