Browse Source

Try Reactor SNAPSHOTs

Trying to determine if this is related to reactor/reactor-core#2152

Issue gh-8531
Rob Winch 5 years ago
parent
commit
bf88065002
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

@@ -1,5 +1,5 @@
 if (!project.hasProperty("reactorVersion")) {
-	ext.reactorVersion = "Dysprosium-SR+"
+	ext.reactorVersion = "Dysprosium-SNAPSHOT"
 }
 
 if (!project.hasProperty("springVersion")) {