Skip to content

Commit

Permalink
Update to Kotlin 1.3.31.
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskorn committed Apr 26, 2019
1 parent 8017654 commit 431a09d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ buildscript {
}

dependencies {
classpath("org.jetbrains.kotlin:kotlin-serialization:1.3.30")
classpath("org.jetbrains.kotlin:kotlin-serialization:1.3.31")
}
}

plugins {
kotlin("jvm") version "1.3.30"
kotlin("jvm") version "1.3.31"

apply { id("com.github.ben-manes.versions") version "0.21.0" }
}
Expand All @@ -53,14 +53,14 @@ repositories {
}

dependencies {
compile(kotlin("stdlib-jdk8", "1.3.30"))
compile(kotlin("stdlib-jdk8", "1.3.31"))
compile(group = "org.snakeyaml", name = "snakeyaml-engine", version = "1.0")
compile(group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-runtime", version = "0.11.0")

val spekVersion = "2.0.0"

// Override the version of kotlin-reflect used by Spek.
testImplementation(kotlin("reflect", "1.3.30"))
testImplementation(kotlin("reflect", "1.3.31"))
testImplementation(group = "org.spekframework.spek2", name = "spek-dsl-jvm", version = spekVersion)
testImplementation(group = "ch.tutteli.atrium", name = "atrium-cc-en_GB-robstoll", version = "0.8.0-RC1")

Expand Down

0 comments on commit 431a09d

Please sign in to comment.