Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.21 to 2…
Browse files Browse the repository at this point in the history
….1.0 in /sdk-dependency-versions (#2108)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ivan Ivanov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
dependabot[bot] and 0xivanov authored Dec 3, 2024
1 parent 5033902 commit 693df35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

plugins {
id("com.android.application") version "8.2.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
id("com.autonomousapps.dependency-analysis") version "1.30.0"
}
2 changes: 1 addition & 1 deletion sdk-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies.constraints {
}

// Examples
api("org.jetbrains.kotlin:kotlin-stdlib:2.0.21") {
api("org.jetbrains.kotlin:kotlin-stdlib:2.1.0") {
because("kotlin.stdlib")
}
}

0 comments on commit 693df35

Please sign in to comment.