release v0.4.4

This commit is contained in:
金戟
2020-12-24 07:33:45 +08:00
parent 6b126223e8
commit d6ac715f57
15 changed files with 29 additions and 21 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.3')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.4.3')
testImplementation('com.alibaba.testable:testable-all:0.4.4')
testAnnotationProcessor('com.alibaba.testable:testable-processor:0.4.4')
}
test {