Skip to content

Commit

Permalink
Merge pull request #459 from jakepurple13/dependabot/gradle/develop/c…
Browse files Browse the repository at this point in the history
…oroutinesVersion-1.6.2

Bump coroutinesVersion from 1.6.1 to 1.6.2
  • Loading branch information
jakepurple13 authored Jun 2, 2022
2 parents 1e35f11 + e13f5e0 commit b9949f2
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 @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = "1.6.21"
ext.latestAboutLibsRelease = "8.9.4"

ext.coroutinesVersion = "1.6.1"
ext.coroutinesVersion = "1.6.2"

ext.coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
ext.coroutinesAndroid = "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"
Expand Down

0 comments on commit b9949f2

Please sign in to comment.