Skip to content

Commit

Permalink
Update to Kotlin 1.4.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Sep 12, 2020
1 parent ff53ba3 commit f789e35
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
Expand Up @@ -31,12 +31,12 @@ buildscript {
}

dependencies {
classpath(kotlin("serialization", version = "1.4.0"))
classpath(kotlin("serialization", version = "1.4.10"))
}
}

plugins {
kotlin("jvm") version "1.4.0"
kotlin("jvm") version "1.4.10"

apply { id("com.github.ben-manes.versions") version "0.31.0" }
}
Expand Down

0 comments on commit f789e35

Please sign in to comment.