File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ kotlin.code.style=official
2222
2323# POM
2424GROUP = com.dropbox.affectedmoduledetector
25- VERSION_NAME =0.6.1 -SNAPSHOT
25+ VERSION_NAME =0.6.2 -SNAPSHOT
2626
2727POM_ARTIFACT_ID = affectedmoduledetector
2828POM_NAME = Affected Module Detector
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- implementation(" com.dropbox.affectedmoduledetector:affectedmoduledetector:0.6.1 -SNAPSHOT" )
16+ implementation(" com.dropbox.affectedmoduledetector:affectedmoduledetector:0.6.2 -SNAPSHOT" )
1717 testImplementation(" junit:junit:4.13.1" )
1818 testImplementation(" com.nhaarman:mockito-kotlin:1.5.0" )
1919 testImplementation(" com.google.truth:truth:1.0.1" )
You can’t perform that action at this time.
0 commit comments