Skip to content

Commit

Permalink
fix(deps): update kotlin & dokka & compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 9155b26 commit 76c94b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

plugins {
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.20" apply false
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.21" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2" apply false
id("org.jmailen.kotlinter") version "3.16.0" apply false
id("com.android.application") version "8.1.4" apply false
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ minSdk = "21"

[libraries]

kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "1.9.20" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version = "1.9.21" }
kotlin-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.1" }
# compiler dependency is defined to help Renovabot update the version
accompanist-systemController = { module = "com.google.accompanist:accompanist-systemuicontroller", version = "0.32.0" }
compose-bom = { module = "dev.chrisbanes.compose:compose-bom", version = "2023.03.00" }
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.4" }
compose-compiler = { module = "androidx.compose.compiler:compiler", version = "1.5.5" }
compose-material3 = { module = "androidx.compose.material3:material3" }
navigation-compose = { module = "androidx.navigation:navigation-compose", version = "2.7.5" }
junit = { module = "junit:junit", version = "4.13.2" }
Expand Down

0 comments on commit 76c94b5

Please sign in to comment.