Browse Source

Start building against Spring GraphQL 1.1.0 snapshots

See gh-33145
pull/33209/head
Stephane Nicoll 3 years ago
parent
commit
455cccd11a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1364,7 +1364,7 @@ bom { @@ -1364,7 +1364,7 @@ bom {
]
}
}
library("Spring GraphQL", "1.1.0-RC1") {
library("Spring GraphQL", "1.1.0-SNAPSHOT") {
group("org.springframework.graphql") {
modules = [
"spring-graphql",

Loading…
Cancel
Save