File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ for **Netflix DGS**:
7575<dependency >
7676 <groupId >com.tailrocks.graphql</groupId >
7777 <artifactId >graphql-datetime-dgs-starter</artifactId >
78- <version >5 .0.1 </version >
78+ <version >6 .0.0 </version >
7979</dependency >
8080```
8181
@@ -96,13 +96,13 @@ Add the following to your `build.gradle`:
9696for ** GraphQL Java Kickstart (Spring Boot)** :
9797
9898``` groovy
99- implementation("com.tailrocks.graphql:graphql-datetime-kickstart-spring-boot-starter:5 .0.1 ")
99+ implementation("com.tailrocks.graphql:graphql-datetime-kickstart-spring-boot-starter:6 .0.0 ")
100100```
101101
102102for ** DGS** :
103103
104104``` groovy
105- implementation("com.tailrocks.graphql:graphql-datetime-dgs-starter:5 .0.1 ")
105+ implementation("com.tailrocks.graphql:graphql-datetime-dgs-starter:6 .0.0 ")
106106```
107107
108108for ** Spring GraphQL** :
You can’t perform that action at this time.
0 commit comments