We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722493e commit 74946b7Copy full SHA for 74946b7
README.md
@@ -85,7 +85,7 @@ for **Spring GraphQL**:
85
<dependency>
86
<groupId>com.tailrocks.graphql</groupId>
87
<artifactId>graphql-datetime-spring-boot-starter</artifactId>
88
- <version>5.0.1</version>
+ <version>6.0.0</version>
89
</dependency>
90
```
91
@@ -108,7 +108,7 @@ implementation("com.tailrocks.graphql:graphql-datetime-dgs-starter:5.0.1")
108
for **Spring GraphQL**:
109
110
```groovy
111
-implementation("com.tailrocks.graphql:graphql-datetime-spring-boot-starter:5.0.1")
+implementation("com.tailrocks.graphql:graphql-datetime-spring-boot-starter:6.0.0")
112
113
114
### Scalars
0 commit comments