Skip to content

Commit

Permalink
Prepare next development version. (#248)
Browse files Browse the repository at this point in the history
* Prepare next development version.

* Fix test build
  • Loading branch information
joshafeinberg committed Mar 18, 2024
1 parent 9c19f24 commit cd343a9
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.3.1
VERSION_NAME=0.3.2-SNAPSHOT

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.3.1-SNAPSHOT")
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.3.2-SNAPSHOT")
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 cd343a9

Please sign in to comment.