Skip to content

Commit

Permalink
fix: bump kalium coroutines version to 1.6.0 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
gongracr authored Mar 9, 2022
1 parent f14fc7a commit e08c2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Versions {
const val activityCompose = "1.3.1"
const val appCompat = "1.1.0"
const val cliKt = "3.3.0"
const val coroutines = "1.6.0-native-mt"
const val coroutines = "1.6.0"
const val compose = "1.1.0-rc01"
const val composeCompiler = "1.1.0-rc02"
const val cryptobox4j = "1.1.1"
Expand Down

0 comments on commit e08c2c6

Please sign in to comment.