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 {
4
4
5
5
dependencies {
6
6
implementation(" org.jetbrains.kotlin:kotlin-compiler" )
7
- api(" io.arrow-kt:arrow-core:2.1.0 " )
7
+ api(" io.arrow-kt:arrow-core:2.1.1 " )
8
8
api(projects.actionBindingGenerator)
9
9
implementation(projects.sharedInternal)
10
10
implementation(" io.github.oshai:kotlin-logging:7.0.7" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ group = rootProject.group
10
10
version = rootProject.version
11
11
12
12
dependencies {
13
- api(" io.arrow-kt:arrow-core:2.1.0 " )
13
+ api(" io.arrow-kt:arrow-core:2.1.1 " )
14
14
// we cannot use a BOM due to limitation in kotlin scripting when resolving the transitive KMM variant dependencies
15
15
// note: see https://youtrack.jetbrains.com/issue/KT-67618
16
16
api(" io.ktor:ktor-client-core:3.1.2" )
You can’t perform that action at this time.
0 commit comments