File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55dependencies {
66 implementation(" org.jetbrains.kotlin:kotlin-compiler" )
7- api(" io.arrow-kt:arrow-core:2.2.1" )
7+ api(" io.arrow-kt:arrow-core:2.2.1.1 " )
88 api(" io.ktor:ktor-client-core:3.3.3" )
99 api(projects.actionBindingGenerator)
1010 implementation(projects.sharedInternal)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ group = rootProject.group
1010version = rootProject.version
1111
1212dependencies {
13- api(" io.arrow-kt:arrow-core:2.2.1" )
13+ api(" io.arrow-kt:arrow-core:2.2.1.1 " )
1414 // we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
1515 // note: see https://youtrack.jetbrains.com/issue/KT-67618
1616 api(" io.ktor:ktor-client-core:3.3.3" )
You can’t perform that action at this time.
0 commit comments