Skip to content

Commit

Permalink
PIA-937: Update dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-juan-docal authored Nov 15, 2023
1 parent e152a66 commit 1455b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.library").version("7.3.1").apply(false)
kotlin("multiplatform").version("1.9.10").apply(false)
kotlin("plugin.serialization").version("1.9.10").apply(false)
kotlin("multiplatform").version("1.9.20").apply(false)
kotlin("plugin.serialization").version("1.9.20").apply(false)
}

tasks.register("clean", Delete::class) {
Expand Down

0 comments on commit 1455b3c

Please sign in to comment.