Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Nov 19, 2024
1 parent 75116ea commit 008f364
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This list is not intended to be all-encompassing - it will document major and breaking API
changes with their rationale when appropriate:

### v2.10.0
- Added option to capture key value pairs
- Bumped dependencies
### v2.9.3
- Corrected copyright in license header
- Bug-fix Handle not initialized logger
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>logcaptor</artifactId>
<version>2.9.3</version>
<version>2.10.0</version>
<scope>test</scope>
</dependency>
```
### Install with Gradle
```groovy
testImplementation 'io.github.hakky54:logcaptor:2.9.3'
testImplementation 'io.github.hakky54:logcaptor:2.10.0'
```
### Install with Scala SBT
```
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.9.3" % Test
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.10.0" % Test
```
### Install with Apache Ivy
```xml
<dependency org="io.github.hakky54" name="logcaptor" rev="2.9.3" />
<dependency org="io.github.hakky54" name="logcaptor" rev="2.10.0" />
```

## Table of contents
Expand Down

0 comments on commit 008f364

Please sign in to comment.