From 2a3d45e5c467c2c0471135e5635b522eebc23c9b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 Aug 2020 10:47:04 +0200 Subject: [PATCH] Start building against Reactor Dysprosium-SR11 snapshots See gh-22841 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3eba70cc218..8974854aeb0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1418,7 +1418,7 @@ bom { ] } } - library("Reactor Bom", "Dysprosium-SR10") { + library("Reactor Bom", "Dysprosium-BUILD-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom"