Skip to content

Commit 624cdd5

Browse files
committed
Update README
1 parent d423fb9 commit 624cdd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
5353
```java
5454
dependencies {
5555
...
56-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.5'
56+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.6'
5757
}
5858
```
5959

@@ -64,7 +64,7 @@ dependencies {
6464
<dependency>
6565
<groupId>org.gitlab4j</groupId>
6666
<artifactId>gitlab4j-api</artifactId>
67-
<version>6.0.0-rc.5</version>
67+
<version>6.0.0-rc.6</version>
6868
</dependency>
6969
```
7070

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

7777
```java
78-
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.5
78+
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.6
7979
```
8080

8181
**Ivy and SBT**<br/>

0 commit comments

Comments
 (0)