Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin.multiplatform to v1.7.20 (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: Cedrick Cooke <development@cedrickc.net>
  • Loading branch information
juul-mobile-bot and cedrickcooke authored Dec 1, 2022
1 parent 5fc7984 commit 2736595
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
Expand Up @@ -6,7 +6,7 @@ android-min = "21"
compose = "1.2.1"
coroutines = "1.6.4"
jacoco = "0.8.7"
kotlin = "1.7.10"
kotlin = "1.7.20"

[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.6.1" }
Expand All @@ -24,7 +24,7 @@ robolectric = { module = "org.robolectric:robolectric", version = "4.9" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
atomicfu = { id = "kotlinx-atomicfu", version = "0.18.2" }
atomicfu = { id = "kotlinx-atomicfu", version = "0.18.5" }
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
dokka = { id = "org.jetbrains.dokka", version = "1.7.20" }
java8 = { id = "net.mbonnin.one.eight", version = "0.2" }
Expand Down

0 comments on commit 2736595

Please sign in to comment.