Skip to content

Commit

Permalink
Change Reactor Constraint to Take Latest SR
Browse files Browse the repository at this point in the history
Issue gh-8531
  • Loading branch information
jzheaux committed Jun 3, 2020
1 parent 94737df commit 977642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
@@ -1,5 +1,5 @@
if (!project.hasProperty("reactorVersion")) {
ext.reactorVersion = "Dysprosium-BUILD-SNAPSHOT"
ext.reactorVersion = "Dysprosium-SR+"
}

if (!project.hasProperty("springVersion")) {
Expand Down

0 comments on commit 977642b

Please sign in to comment.