Skip to content

Commit

Permalink
Updated for 4.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gmessner committed Dec 27, 2017
1 parent 507a7e7 commit 7c243ba
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 @@ -11,7 +11,7 @@ To utilize the GitLab API for Java in your project, simply add the following dep
```java
dependencies {
...
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.7.6'
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.7.7'
}
```

Expand All @@ -20,7 +20,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>4.7.6</version>
<version>4.7.7</version>
</dependency>
```

Expand Down

0 comments on commit 7c243ba

Please sign in to comment.