Skip to content

Commit 6476aa8

Browse files
authored
Update README.md
1 parent 8d23452 commit 6476aa8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Packages are hosted on GitHub. [Authentication](https://docs.github.com/en/packa
4646
### Gradle
4747
```groovy
4848
dependencies {
49-
compile "nl.myndocs:oauth2-server-core:$myndocs_oauth_version"
49+
implementation "nl.myndocs:oauth2-server-core:$myndocs_oauth_version"
5050
// In memory dependencies
51-
compile "nl.myndocs:oauth2-server-client-inmemory:$myndocs_oauth_version"
52-
compile "nl.myndocs:oauth2-server-identity-inmemory:$myndocs_oauth_version"
53-
compile "nl.myndocs:oauth2-server-token-store-inmemory:$myndocs_oauth_version"
51+
implementation "nl.myndocs:oauth2-server-client-inmemory:$myndocs_oauth_version"
52+
implementation "nl.myndocs:oauth2-server-identity-inmemory:$myndocs_oauth_version"
53+
implementation "nl.myndocs:oauth2-server-token-store-inmemory:$myndocs_oauth_version"
5454
}
5555
```
5656

0 commit comments

Comments
 (0)