Skip to content

Commit

Permalink
core: bump kotlin to 2.0.0
Browse files Browse the repository at this point in the history
Additionally bump ksp to 2.0.0-1.0.22
  • Loading branch information
dependabot[bot] authored and Khoyo committed Jun 14, 2024
1 parent f7b218a commit 38aca81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# - CC Attribution

[versions]
kotlin = '1.9.23'
ksp = '1.9.23-1.0.20'
kotlin = '2.0.0'
ksp = '2.0.0-1.0.22'
kotlinx-coroutines = '1.8.+'
logback = '1.5.+'
moshi = '1.15.1'
Expand Down

0 comments on commit 38aca81

Please sign in to comment.