Skip to content

Commit

Permalink
Renaming extended-scalars version property for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed May 3, 2021
1 parent 3385712 commit dd6b56b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SOURCE_COMPATIBILITY=1.8
TARGET_COMPATIBILITY=1.8
### Dependencies
LIB_GRAPHQL_JAVA_VER=16.2
LIB_EXTENDED_SCALARS_VERSION=16.0.1
LIB_EXTENDED_SCALARS_VER=16.0.1
LIB_SPRING_BOOT_VER=2.4.5
LIB_GRAPHQL_SERVLET_VER=11.1.0
LIB_GRAPHQL_JAVA_TOOLS_VER=11.0.1
Expand Down
2 changes: 1 addition & 1 deletion graphql-spring-boot-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
api(project(":graphql-kickstart-spring-boot-starter-tools"))
api(project(":graphql-kickstart-spring-support"))
implementation "org.springframework.boot:spring-boot-autoconfigure"
api "com.graphql-java:graphql-java-extended-scalars:$LIB_EXTENDED_SCALARS_VERSION"
api "com.graphql-java:graphql-java-extended-scalars:$LIB_EXTENDED_SCALARS_VER"
api "com.graphql-java-kickstart:graphql-java-kickstart:$LIB_GRAPHQL_SERVLET_VER"
api "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"
api "com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER"
Expand Down
2 changes: 1 addition & 1 deletion graphql-spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: "java-platform"

dependencies {
constraints {
api "com.graphql-java:graphql-java-extended-scalars:$LIB_EXTENDED_SCALARS_VERSION"
api "com.graphql-java:graphql-java-extended-scalars:$LIB_EXTENDED_SCALARS_VER"
api "com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER"
api "com.graphql-java-kickstart:graphql-java-servlet:$LIB_GRAPHQL_SERVLET_VER"
api "com.graphql-java-kickstart:graphql-java-kickstart:$LIB_GRAPHQL_SERVLET_VER"
Expand Down

0 comments on commit dd6b56b

Please sign in to comment.