We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae16557 commit f25f5e3Copy full SHA for f25f5e3
gradle.properties
@@ -22,7 +22,7 @@ kotlin.code.style=official
22
23
# POM
24
GROUP = com.dropbox.affectedmoduledetector
25
-VERSION_NAME=0.2.3-SNAPSHOT
+VERSION_NAME=0.3.0
26
27
POM_ARTIFACT_ID = affectedmoduledetector
28
POM_NAME = Affected Module Detector
sample/buildSrc/build.gradle.kts
@@ -13,7 +13,7 @@ repositories {
13
}
14
15
dependencies {
16
- implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.2.3-SNAPSHOT")
+ implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.3.0")
17
testImplementation("junit:junit:4.13.1")
18
testImplementation("com.nhaarman:mockito-kotlin:1.5.0")
19
testImplementation("com.google.truth:truth:1.0.1")
0 commit comments