Skip to content

Commit

Permalink
Libs update (#260)
Browse files Browse the repository at this point in the history
* Update tools versions
* JUnit update
  • Loading branch information
vbuberen authored Mar 1, 2020
1 parent 4d44302 commit 4db6ea8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ buildscript {
retrofitVersion = '2.6.4'

// Debug and quality control
detektVersion = '1.4.0'
dokkaVersion = '0.10.0'
ktLintVersion = '9.1.1'
leakcanaryVersion = '2.1'
detektVersion = '1.6.0'
dokkaVersion = '0.10.1'
ktLintVersion = '9.2.1'
leakcanaryVersion = '2.2'

// Testing
junitGradlePluignVersion = '1.3.1.1'
junitVersion = '5.4.2'
junitGradlePluignVersion = '1.6.0.0'
junitVersion = '5.6.0'
mockkVersion = '1.9.3'
}

Expand Down

0 comments on commit 4db6ea8

Please sign in to comment.