Skip to content

Commit

Permalink
Merge pull request #203 from imashnake0/kotlin-update
Browse files Browse the repository at this point in the history
Update Kotlin and KSP
  • Loading branch information
imashnake0 authored Nov 17, 2024
2 parents e2e84e1 + 3f6fa49 commit ac2808f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ coil = "2.7.0"
# Compose
# https://developer.android.com/jetpack/androidx/releases/compose.
composeAnimation = "1.7.5"
composeCompiler = "1.5.14"
composeFoundation = "1.7.5"
composeMaterial = "1.7.5"
composeMaterial3 = "1.3.1"
Expand All @@ -63,13 +62,13 @@ hilt = "1.2.0"

# Kotlin
# https://kotlinlang.org/docs/releases.html#release-details.
kotlin = "2.0.0"
kotlin = "2.0.21"
coroutines = "1.9.0"
serialization = "1.7.3"

# KSP
# https://github.com/google/ksp/releases.
ksp = "2.0.0-1.0.22"
ksp = "2.0.21-1.0.28"

# Test
# https://github.com/junit-team/junit4/releases.
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"labels": ["dependencies"]
}

0 comments on commit ac2808f

Please sign in to comment.