Skip to content

Commit

Permalink
Update Kotlin Version
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekma committed Apr 15, 2019
1 parent aff0f75 commit f7cb297
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 @@ -4,7 +4,7 @@ import io.gitlab.arturbosch.detekt.detekt
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.3.21"
kotlin("jvm") version "1.3.30"
id("edu.wpi.first.GradleRIO") version "2019.4.1"
id("io.gitlab.arturbosch.detekt") version "1.0.0-RC13"
maven
Expand All @@ -19,7 +19,7 @@ repositories {
dependencies {
// Kotlin Standard Library and Coroutines
compile(kotlin("stdlib"))
compile("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.1.1")
compile("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.2.0")

// WPILib
wpi.deps.wpilib().forEach { compile(it) }
Expand Down

0 comments on commit f7cb297

Please sign in to comment.