Skip to content

Commit

Permalink
README: add latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Jan 25, 2024
1 parent 1985dd5 commit 2f8e9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ API key (OAuth client id) and optionally a given user access token.
Add the following dependency to your Gradle project:

```groovy
implementation("com.uwetrottmann.trakt5:trakt-java:6.11.2")
implementation("com.uwetrottmann.trakt5:trakt-java:6.12.0")
```

Or for Maven:
Expand All @@ -26,7 +26,7 @@ Or for Maven:
<dependency>
<groupId>com.uwetrottmann.trakt5</groupId>
<artifactId>trakt-java</artifactId>
<version>6.11.2</version>
<version>6.12.0</version>
</dependency>
```

Expand Down

0 comments on commit 2f8e9f5

Please sign in to comment.