Skip to content

Commit

Permalink
Merge pull request #157 from dropbox/jfein/0.1.6
Browse files Browse the repository at this point in the history
Prepare for release 0.1.6.
  • Loading branch information
joshafeinberg committed Jul 19, 2022
2 parents c18ef5d + f7f557d commit 28b6bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ kotlin.code.style=official

# POM
GROUP = com.dropbox.affectedmoduledetector
VERSION_NAME=0.1.6-SNAPSHOT
VERSION_NAME=0.1.6

POM_ARTIFACT_ID = affectedmoduledetector
POM_NAME = Affected Module Detector
Expand Down
2 changes: 1 addition & 1 deletion sample/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.6-SNAPSHOT")
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.6")
testImplementation("junit:junit:4.13.1")
testImplementation("com.nhaarman:mockito-kotlin:1.5.0")
testImplementation("com.google.truth:truth:1.0.1")
Expand Down

0 comments on commit 28b6bc3

Please sign in to comment.