Skip to content

Commit

Permalink
Bump kotlin and coroutines
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcporciuncula committed Mar 17, 2021
1 parent f13aaf7 commit a74ad73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ ext.versions = [
'junitKtx': '1.1.2',
],
],
'coroutines' : '1.4.2',
'coroutines' : '1.4.3',
'dependencyAnalysis': '0.71.0',
'detekt' : '1.15.0',
'kotlin' : '1.4.30',
'kotlin' : '1.4.31',
'kotlinter' : '3.3.0',
'truth' : '1.1.2',
]
Expand Down

0 comments on commit a74ad73

Please sign in to comment.