Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
chore(deps): update kotlin to v1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2023
1 parent 61bc8da commit 3980b98
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,8 +1,8 @@
import blue.starry.gradle.EnvReference

plugins {
kotlin("multiplatform") version "1.7.10"
kotlin("plugin.serialization") version "1.7.10"
kotlin("multiplatform") version "1.8.10"
kotlin("plugin.serialization") version "1.8.10"

id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
id("com.adarshr.test-logger") version "3.2.0"
Expand Down

0 comments on commit 3980b98

Please sign in to comment.