Skip to content

Commit

Permalink
Update to Kotlin 1.3.71.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Mar 24, 2020
1 parent fc1e77f commit 18a1db3
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("org.jetbrains.kotlin:kotlin-serialization:1.3.70")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.3.71")
}
}

plugins {
kotlin("jvm") version "1.3.70"
kotlin("jvm") version "1.3.71"

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

0 comments on commit 18a1db3

Please sign in to comment.