Skip to content

Commit 5b0bfda

Browse files
fix(deps): update dependency io.arrow-kt:arrow-core to v2.2.0 (#2120)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.arrow-kt:arrow-core](https://arrow-kt.io/) ([source](https://redirect.github.com/arrow-kt/arrow)) | `2.1.2` -> `2.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.arrow-kt:arrow-core/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.arrow-kt:arrow-core/2.1.2/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>arrow-kt/arrow (io.arrow-kt:arrow-core)</summary> ### [`v2.2.0`](https://redirect.github.com/arrow-kt/arrow/releases/tag/2.2.0) [Compare Source](https://redirect.github.com/arrow-kt/arrow/compare/2.1.2...2.2.0) For the full release notes, see the [Arrow blog](https://arrow-kt.io/community/blog/). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9013e68 commit 5b0bfda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1.2")
7+
api("io.arrow-kt:arrow-core:2.2.0")
88
api(projects.actionBindingGenerator)
99
implementation(projects.sharedInternal)
1010
implementation("io.github.oshai:kotlin-logging:7.0.13")

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.1.2")
13+
api("io.arrow-kt:arrow-core:2.2.0")
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.1")

0 commit comments

Comments
 (0)