Update dependency org.jetbrains.compose.runtime:runtime to v1.4.0 (#168)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-12 10:46:27 -04:00 committed by GitHub
parent 0d3930d8db
commit fab320a2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotl
kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
compose-compiler = "org.jetbrains.compose.compiler:compiler:1.4.0"
compose-runtime = "org.jetbrains.compose.runtime:runtime:1.3.1"
compose-runtime = "org.jetbrains.compose.runtime:runtime:1.4.0"
maven-publish-gradlePlugin = "com.vanniktech:gradle-maven-publish-plugin:0.25.1"
dokka-gradlePlugin = "org.jetbrains.dokka:dokka-gradle-plugin:1.8.10"