Skip to content

Commit

Permalink
Kotlin 1.3.50 & kotlinx.coroutines 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Oct 19, 2019
1 parent 4c5a29f commit 07af01a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
maven(url = "https://dl.bintray.com/kotlin/kotlin-eap")
}

val kotlinVersion = "1.3.41" // Don't forget to update in Dependencies.kt too!
val kotlinVersion = "1.3.50" // Don't forget to update in Dependencies.kt too!

dependencies {
compileOnly(gradleApi())
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@Suppress("unused")
object Versions {
const val kotlin = "1.3.41" // Don't forget to update in buildSrc/build.gradle.kts too!
const val kotlin = "1.3.50" // Don't forget to update in buildSrc/build.gradle.kts too!
}

/**
Expand Down Expand Up @@ -30,7 +30,7 @@ object Libs {
val coroutines = Coroutines

object Coroutines {
private const val version = "1.3.0-M2"
private const val version = "1.3.2"
private const val artifactPrefix = "org.jetbrains.kotlinx:kotlinx-coroutines"
const val core = "$artifactPrefix-core:$version"
const val coreCommon = "$artifactPrefix-core-common:$version"
Expand Down

0 comments on commit 07af01a

Please sign in to comment.