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 4f848e5 commit f71dcf7Copy full SHA for f71dcf7
automation/code-generator/build.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
15
implementation("io.ktor:ktor-client-cio")
16
implementation("io.ktor:ktor-client-content-negotiation")
17
implementation("io.ktor:ktor-serialization-kotlinx-json")
18
- implementation("io.arrow-kt:arrow-fx-coroutines:1.2.2")
+ implementation("io.arrow-kt:arrow-fx-coroutines:1.2.3")
19
20
implementation(projects.actionBindingGenerator)
21
0 commit comments