We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ba006 commit 3810bc3Copy full SHA for 3810bc3
README.md
@@ -29,8 +29,8 @@ Add LogUnit to your project's dependencies.
29
```
30
dependencies {
31
...
32
- testImplementation("io.github.netmikey.logunit:logunit-core:1.0.0")
33
- testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:1.0.0")
+ testImplementation("io.github.netmikey.logunit:logunit-core:1.0.1")
+ testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:1.0.1")
34
}
35
36
build.gradle
@@ -1,7 +1,7 @@
1
2
allprojects {
3
group = "io.github.netmikey.logunit"
4
- version = "1.0.1-SNAPSHOT"
+ version = "1.0.2-SNAPSHOT"
5
6
7
subprojects {
0 commit comments