Skip to content

Commit

Permalink
Merge pull request #1 from wusatosi/dependabot/gradle/org.jetbrains.k…
Browse files Browse the repository at this point in the history
…otlinx-kotlinx-coroutines-core-1.3.2-1.3.60

Bump kotlinx-coroutines-core from 1.2.1 to 1.3.2-1.3.60
  • Loading branch information
wusatosi authored Nov 25, 2019
2 parents ae52c77 + 859cea7 commit a4b3d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
compile group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib-jdk8'
compile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.2.1'
compile group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.3.2-1.3.60'

// Http client used in this project
compile group: 'com.github.kittinunf.fuel', name: 'fuel', version: '1.16.0'
Expand Down

0 comments on commit a4b3d39

Please sign in to comment.