Browse Source

Start building against Spring GraphQL 2.0.0-RC2 snapshots

See gh-47879
pull/47903/head
Andy Wilkinson 2 months ago
parent
commit
d874ad4d8e
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save