Skip to content

Commit

Permalink
fix: recover missing META-INF/services directory
Browse files Browse the repository at this point in the history
close #147
  • Loading branch information
KengoTODA committed Feb 8, 2022
1 parent 2d8197e commit e59ab7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This changelog follows [Keep a Changelog v1.0.0](https://keepachangelog.com/en/1

## Unreleased

## v0.1.6 - 2022-02-08

### Fixed

* Recover missing `META-INF/services` directory ([#147](https://github.com/KengoTODA/errorprone-slf4j/issues/147))

## v0.1.5 - 2022-01-27

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ After [installation of Error Prone](https://errorprone.info/docs/installation),
<path>
<groupId>jp.skypencil.errorprone.slf4j</groupId>
<artifactId>errorprone-slf4j</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand All @@ -52,7 +52,7 @@ From v4.6, [Gradle supports `annotationProcessor` configuration](https://docs.gr

```groovy
dependencies {
annotationProcessor 'jp.skypencil.errorprone.slf4j:errorprone-slf4j:0.1.5'
annotationProcessor 'jp.skypencil.errorprone.slf4j:errorprone-slf4j:0.1.6'
}
```

Expand Down

0 comments on commit e59ab7c

Please sign in to comment.