Skip to content

Commit

Permalink
Merge pull request #66 from muedsa/dependabot/gradle/kotlin-1.9.23
Browse files Browse the repository at this point in the history
build(deps): bump kotlin from 1.9.22 to 1.9.23
  • Loading branch information
muedsa authored Mar 26, 2024
2 parents 847902a + 12a6a49 commit 59c49f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion = "1.5.10"
kotlinCompilerExtensionVersion = "1.5.11"
}

packaging {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.5.0-alpha02"
kotlin = "1.9.22"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
core-ktx = "1.12.0"
core-splashscreen = "1.0.1"
Expand Down

0 comments on commit 59c49f6

Please sign in to comment.