bump to v0.4.2

This commit is contained in:
金戟
2020-12-15 19:19:58 +08:00
parent 28bde0b85a
commit bf4c263d93
12 changed files with 21 additions and 16 deletions

View File

@@ -12,8 +12,8 @@ repositories {
dependencies {
testImplementation('org.junit.jupiter:junit-jupiter:5.6.2')
testImplementation('com.alibaba.testable:testable-all:0.4.2-SNAPSHOT')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.4.2-SNAPSHOT')
testImplementation('com.alibaba.testable:testable-all:0.4.2')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.4.2')
}
test {