Skip to content

Commit

Permalink
Update kotlin & ksp to v1.9.24-1.0.20 (#584)
Browse files Browse the repository at this point in the history
* Update dependency com.google.devtools.ksp:symbol-processing-gradle-plugin to v1.9.24-1.0.20

* Update libs.versions.toml

* Update ci.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zac Sweers <pandanomic@gmail.com>
  • Loading branch information
renovate[bot] and ZacSweers committed May 10, 2024
1 parent c848e82 commit 950b9f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
java: [ '21' ]
kotlin: [ '1.9.23' ]
kotlin: [ '1.9.24' ]
ksp_enabled: [ true, false ]
k2_enabled: [ true, false ]
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ gjf = "1.17.0"
incap = "1.0.0"
jdk = "21"
jvmTarget = "11"
kotlin = "1.9.22"
kotlin = "1.9.24"
kotlinCompileTesting = "0.4.1"
kotlinpoet = "1.16.0"
ksp = "1.9.23-1.0.20"
ksp = "1.9.24-1.0.20"
ktfmt = "0.49"
moshi = "1.15.1"
okhttp = "4.12.0"
Expand Down

0 comments on commit 950b9f0

Please sign in to comment.