Skip to content

Commit ca63bdf

Browse files
committed
doc: update README.md to include new build badge and example version
1 parent 80a9cc4 commit ca63bdf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LogUnit
22
=======
33

4-
[![Build Status](https://travis-ci.com/netmikey/logunit.svg?branch=master)](https://travis-ci.com/netmikey/logunit)
4+
[![Build Status](https://github.com/netmikey/logunit/actions/workflows/build.yaml/badge.svg)](https://github.com/netmikey/logunit/actions)
55
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.netmikey.logunit/logunit-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.netmikey.logunit/logunit-core)
66

77
A Java library for unit-testing logging.
@@ -43,18 +43,18 @@ Add LogUnit to your project's dependencies.
4343
```
4444
dependencies {
4545
...
46-
testImplementation("io.github.netmikey.logunit:logunit-core:1.1.0")
46+
testImplementation("io.github.netmikey.logunit:logunit-core:1.1.3")
4747
4848
// Choose one (and only one) of the following:
4949
5050
// for Logback:
51-
// testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:1.1.0")
51+
// testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:1.1.3")
5252
5353
// for Log4j2:
54-
// testRuntimeOnly("io.github.netmikey.logunit:logunit-log4j2:1.1.0")
54+
// testRuntimeOnly("io.github.netmikey.logunit:logunit-log4j2:1.1.3")
5555
5656
// for JUL:
57-
// testRuntimeOnly("io.github.netmikey.logunit:logunit-jul:1.1.0")
57+
// testRuntimeOnly("io.github.netmikey.logunit:logunit-jul:1.1.3")
5858
}
5959
```
6060

0 commit comments

Comments
 (0)