Skip to content

Commit

Permalink
Prepare for release 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshafeinberg committed Apr 14, 2022
1 parent d4037f9 commit bf711d7
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.5-SNAPSHOT
VERSION_NAME=0.1.5

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.5-SNAPSHOT")
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.5")
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 bf711d7

Please sign in to comment.