Skip to content

Commit

Permalink
Merge pull request #208 from NordicSemiconductor/renovate/kotlin
Browse files Browse the repository at this point in the history
Update kotlin
  • Loading branch information
sylwester-zielinski authored Dec 7, 2023
2 parents 4801a2f + 46739c0 commit 863d8c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
}

Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ hilt = "2.49"
hiltExt = "1.1.0"
jacoco = "0.8.7"
junit4 = "4.13.2"
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinxCoroutines = "1.7.3"
kotlinxDatetime = "0.4.1"
kotlinxSerializationJson = "1.6.1"
ksp = "1.9.20-1.0.14"
kotlinxDatetime = "0.5.0"
kotlinxSerializationJson = "1.6.2"
ksp = "1.9.21-1.0.15"
lint = "31.2.0"
memfault-cloud = "2.0.5"
okhttp = "4.12.0"
Expand Down

0 comments on commit 863d8c4

Please sign in to comment.