Skip to content

Commit ea38713

Browse files
authored
Merge pull request #247 from Enigmatis/master
Master
2 parents 9ef5836 + 7619664 commit ea38713

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![logo](polaris-iconsmalredl.png?raw=true)
1+
![logo](graphql-annotations.png?raw=true)
22
# GraphQL-Java Annotations
33
[![Build Status](https://travis-ci.org/graphql-java/graphql-java-annotations.svg?branch=master)](https://travis-ci.org/graphql-java/graphql-java-annotations)
44
[![Maven Central](https://img.shields.io/maven-central/v/io.github.graphql-java/graphql-java-annotations.svg?maxAge=3000)]()
@@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using
3737

3838
```groovy
3939
dependencies {
40-
compile "io.github.graphql-java:graphql-java-annotations:7.2.1"
40+
compile "io.github.graphql-java:graphql-java-annotations:8.0"
4141
}
4242
```
4343

@@ -47,7 +47,7 @@ dependencies {
4747
<dependency>
4848
<groupId>io.github.graphql-java</groupId>
4949
<artifactId>graphql-java-annotations</artifactId>
50-
<version>7.2.1</version>
50+
<version>8.0</version>
5151
</dependency>
5252
```
5353

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ org.gradle.daemon=true
55
org.gradle.parallel=true
66
org.gradle.jvmargs=-Dfile.encoding=UTF-8
77

8-
version = 7.2.1
8+
version = 8.0

graphql-annotations.png

7.93 KB
Loading

polaris-iconsmalredl.png

-10.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)