Skip to content

Commit

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

### v2.7.11
- Added option to disable console output (Backport)
### 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.7.11</version>
<scope>test</scope>
</dependency>
```
### Install with Gradle
```groovy
testImplementation 'io.github.hakky54:logcaptor:2.7.10'
testImplementation 'io.github.hakky54:logcaptor:2.7.11'
```
### Install with Scala SBT
```
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.7.10" % Test
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.7.11" % 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.7.11" />
```

## Table of contents
Expand Down

0 comments on commit 2e1be27

Please sign in to comment.