Changed compileOnly to implementation.

This commit is contained in:
Erik C. Thauvin 2019-05-25 14:30:13 -07:00
parent 90df90e543
commit 2102691d37
5 changed files with 5 additions and 5 deletions

View file

@ -206,7 +206,7 @@ To install and run from [Gradle](https://gradle.org/), add the following to `bui
```gradle
dependencies {
annotationProcessor 'net.thauvin.erik:semver:1.2.0'
compileOnly 'net.thauvin.erik:semver:1.2.0'
implementation 'net.thauvin.erik:semver:1.2.0'
}
```