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 d423fb9 commit 624cdd5
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 @@ -53,7 +53,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
```java
dependencies {
...
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.5'
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.6'
}
```

Expand All @@ -64,7 +64,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>6.0.0-rc.5</version>
<version>6.0.0-rc.6</version>
</dependency>
```

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

```java
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.5
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.6
```

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

0 comments on commit 624cdd5

Please sign in to comment.