Skip to content

Commit 109e6f8

Browse files
committed
Update README
1 parent f45c6d8 commit 109e6f8

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
@@ -58,7 +58,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
5858
```java
5959
dependencies {
6060
...
61-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.6.0'
61+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.7.0'
6262
}
6363
```
6464

@@ -69,7 +69,7 @@ dependencies {
6969
<dependency>
7070
<groupId>org.gitlab4j</groupId>
7171
<artifactId>gitlab4j-api</artifactId>
72-
<version>5.6.0</version>
72+
<version>5.7.0</version>
7373
</dependency>
7474
```
7575

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

8282
```java
83-
//DEPS org.gitlab4j:gitlab4j-api:5.6.0
83+
//DEPS org.gitlab4j:gitlab4j-api:5.7.0
8484
```
8585

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

0 commit comments

Comments
 (0)