Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Commit 977f9e7

Browse files
upgrade kotlin coroutines 1.3.0-RC2
1 parent e2e039a commit 977f9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/1.3.41/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
library tc("$root/kotlin-stdlib-jdk7.jar")
7676
library tc("$root/kotlin-stdlib-jdk8.jar")
7777
library tc("$root/kotlin-test.jar")
78-
library("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0-M2") {
78+
library("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0-RC2") {
7979
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
8080
}
8181
/**

0 commit comments

Comments
 (0)