@@ -75,7 +75,7 @@ for **GraphQL Java Kickstart**:
7575<dependency >
7676 <groupId >com.tailrocks.graphql</groupId >
7777 <artifactId >graphql-datetime-kickstart-spring-boot-starter</artifactId >
78- <version >5.0.0-SNAPSHOT </version >
78+ <version >5.0.0</version >
7979</dependency >
8080```
8181
@@ -85,7 +85,7 @@ for **Netflix DGS**:
8585<dependency >
8686 <groupId >com.tailrocks.graphql</groupId >
8787 <artifactId >graphql-datetime-dgs-starter</artifactId >
88- <version >5.0.0-SNAPSHOT </version >
88+ <version >5.0.0</version >
8989</dependency >
9090```
9191
@@ -95,7 +95,7 @@ for **Spring GraphQL**:
9595<dependency >
9696 <groupId >com.tailrocks.graphql</groupId >
9797 <artifactId >graphql-datetime-spring-boot-starter</artifactId >
98- <version >5.0.0-SNAPSHOT </version >
98+ <version >5.0.0</version >
9999</dependency >
100100```
101101
@@ -106,19 +106,19 @@ Add the following to your `build.gradle`:
106106for ** GraphQL Java Kickstart (Spring Boot)** :
107107
108108``` groovy
109- implementation("com.tailrocks.graphql:graphql-datetime-kickstart-spring-boot-starter:5.0.0-SNAPSHOT ")
109+ implementation("com.tailrocks.graphql:graphql-datetime-kickstart-spring-boot-starter:5.0.0")
110110```
111111
112112for ** DGS** :
113113
114114``` groovy
115- implementation("com.tailrocks.graphql:graphql-datetime-dgs-starter:5.0.0-SNAPSHOT ")
115+ implementation("com.tailrocks.graphql:graphql-datetime-dgs-starter:5.0.0")
116116```
117117
118118for ** Spring GraphQL** :
119119
120120``` groovy
121- implementation("com.tailrocks.graphql:graphql-datetime-spring-boot-starter:5.0.0-SNAPSHOT ")
121+ implementation("com.tailrocks.graphql:graphql-datetime-spring-boot-starter:5.0.0")
122122```
123123
124124### Scalars
0 commit comments