We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc25f5b commit 58b7fe2Copy full SHA for 58b7fe2
1 file changed
gradle/libs.versions.toml
@@ -20,6 +20,6 @@ kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.
20
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
21
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
22
kotest-common = { module = "io.kotest:kotest-common", version.ref = "kotest" }
23
-kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "2.0.0" }
+kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "2.1.0" }
24
graphql-ktor = { group = "com.expediagroup", name = "graphql-kotlin-ktor-client", version.ref = "graphql" }
25
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "5.0.3" }
0 commit comments