Skip to content

Commit

Permalink
Update Kotlin and Compose (#177)
Browse files Browse the repository at this point in the history
* Update Kotlin and Compose

* Update libs.versions.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
  • Loading branch information
renovate[bot] and JakeWharton committed Jun 26, 2023
1 parent 9914ced commit b60aab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "1.8.20"
kotlin = "1.8.21"

[libraries]
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1"

compose-compiler = "org.jetbrains.compose.compiler:compiler:1.4.5"
compose-compiler = "org.jetbrains.compose.compiler:compiler:1.4.7"
compose-runtime = "org.jetbrains.compose.runtime:runtime:1.4.1"

maven-publish-gradlePlugin = "com.vanniktech:gradle-maven-publish-plugin:0.25.2"
Expand Down

0 comments on commit b60aab6

Please sign in to comment.