Skip to content

Commit 1620282

Browse files
fix(deps): update dependency io.arrow-kt:arrow-core to v2.2.1.1
1 parent 328b35f commit 1620282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven-binding-builder/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
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)

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group = rootProject.group
1010
version = rootProject.version
1111

1212
dependencies {
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")

0 commit comments

Comments
 (0)