Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Upgrade Coroutines to 1.3.1 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
benasher44 authored Sep 18, 2019
1 parent 1ef21ed commit 17d6bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinNativeLink
import org.jetbrains.kotlin.gradle.tasks.KotlinTest
import org.jetbrains.kotlin.konan.target.HostManager

val coroutinesVersion by extra("1.3.0")
val coroutinesVersion by extra("1.3.1")
val dokkaVersion by extra("0.9.18")
val kotlinVersion by extra("1.3.50")
val statelyVersion by extra("0.9.3")
Expand Down

0 comments on commit 17d6bbb

Please sign in to comment.