Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Feb 1, 2023
1 parent ee9042a commit 8a07118
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.8.0
- Bumped SLF4J to version 2.x.x
- Bumped transitive dependencies
### v2.7.10
- Bumped transitive dependencies
- Added toString method for LogEvent
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>logcaptor</artifactId>
<version>2.7.10</version>
<version>2.8.0</version>
<scope>test</scope>
</dependency>
```
### Install with Gradle
```groovy
testImplementation 'io.github.hakky54:logcaptor:2.7.10'
testImplementation 'io.github.hakky54:logcaptor:2.8.0'
```
### Install with Scala SBT
```
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.7.10" % Test
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.8.0" % Test
```
### Install with Apache Ivy
```xml
<dependency org="io.github.hakky54" name="logcaptor" rev="2.7.10" />
<dependency org="io.github.hakky54" name="logcaptor" rev="2.8.0" />
```

## Table of contents
Expand Down

0 comments on commit 8a07118

Please sign in to comment.