Skip to content

Commit

Permalink
Update kotlin monorepo to v1.8.22 (#148)
Browse files Browse the repository at this point in the history
* Update kotlin monorepo to v1.8.22

* 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 authored Jun 8, 2023
1 parent 606af4f commit 2738e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:
kotlin: [ '1.8.20' ]
kotlin: [ '1.8.22' ]
stringConcat: [ 'inline', 'indy', 'indy-with-constants' ]
k2: [ 'true', 'false']

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[versions]
autoService = "1.1.0"
kotlinCompileTesting = "0.2.1"
kotlin = "1.8.21"
kotlin = "1.8.22"
jdk = "19"
jvmTarget = "11"
ksp = "1.8.21-1.0.11"
Expand Down

0 comments on commit 2738e4e

Please sign in to comment.