Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Oct 14, 2024
1 parent f45c6d8 commit 109e6f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
```java
dependencies {
...
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.6.0'
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.7.0'
}
```

Expand All @@ -69,7 +69,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>5.6.0</version>
<version>5.7.0</version>
</dependency>
```

Expand All @@ -80,7 +80,7 @@ dependencies {
Just add this line at the top of your script:

```java
//DEPS org.gitlab4j:gitlab4j-api:5.6.0
//DEPS org.gitlab4j:gitlab4j-api:5.7.0
```

**Ivy and SBT**<br/>
Expand Down

0 comments on commit 109e6f8

Please sign in to comment.