Browse Source

Start building against Spring GraphQL 1.3.0-RC1 snapshots

See gh-39895
pull/40235/head
Andy Wilkinson 2 years ago
parent
commit
2ea8b2ed6c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1867,7 +1867,7 @@ bom { @@ -1867,7 +1867,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
}
}
library("Spring GraphQL", "1.3.0-M1") {
library("Spring GraphQL", "1.3.0-SNAPSHOT") {
considerSnapshots()
group("org.springframework.graphql") {
modules = [

Loading…
Cancel
Save