Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Update kotlin to v1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber committed May 9, 2022
1 parent 762c3e0 commit d59ebc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ detektEygraber = "1.0.11"
jdk = "11"

jetbrains-compose = "1.1.1"
jetpack-compose = "1.1.1"
jetpack-compose-compiler = "1.1.1"
jetpack-compose = "1.2.0-alpha08"
jetpack-compose-compiler = "1.2.0-alpha08"

kotlin = "1.6.10"
kotlin = "1.6.21"

kotlinx-coroutines = "1.6.0"
kotlinx-coroutines = "1.6.1"

versionPlugin = "0.42.0"

Expand Down

0 comments on commit d59ebc8

Please sign in to comment.