Skip to content

Commit

Permalink
doc: bump LogUnit example version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
netmikey committed Jun 1, 2023
1 parent 505d7fa commit 04bc0e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ Add LogUnit to your project's dependencies.
```
dependencies {
...
testImplementation("io.github.netmikey.logunit:logunit-core:1.1.3")
testImplementation("io.github.netmikey.logunit:logunit-core:2.0.0")
// Choose one (and only one) of the following:
// for Logback:
// testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:1.1.3")
// testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:2.0.0")
// for Log4j2:
// testRuntimeOnly("io.github.netmikey.logunit:logunit-log4j2:1.1.3")
// testRuntimeOnly("io.github.netmikey.logunit:logunit-log4j2:2.0.0")
// for JUL:
// testRuntimeOnly("io.github.netmikey.logunit:logunit-jul:1.1.3")
// testRuntimeOnly("io.github.netmikey.logunit:logunit-jul:2.0.0")
}
```

Expand Down

0 comments on commit 04bc0e3

Please sign in to comment.