Skip to content

Commit

Permalink
Kotlin 2.1.10 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton authored Jan 27, 2025
1 parent 83dce56 commit 2de8a5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
strategy:
fail-fast: false
matrix:
poko_sample_kotlin_version: [ ~, 2.1.10, 2.1.20-Beta1 ]
poko_sample_kotlin_version: [ 2.1.0, ~, 2.1.20-Beta1 ]
env:
poko_sample_kotlin_version: ${{ matrix.poko_sample_kotlin_version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

androidx-compose-runtime = "1.7.6"

kotlin = "2.1.0"
kotlin = "2.1.10"
kotlinCompileTesting = "1.6.0"
# https://central.sonatype.com/artifact/dev.zacsweers.kctfork/core/versions:
kotlinCompileTestingFork = "0.7.0"
# https://github.com/google/ksp/releases:
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-RC2-1.0.29"

[libraries]

Expand Down

0 comments on commit 2de8a5c

Please sign in to comment.