Skip to content

Commit cff7b78

Browse files
committed
Set reactorVersion to 2020.0.+
1 parent edf2356 commit cff7b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependency-management.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (!project.hasProperty("springSecurityVersion")) {
77
}
88

99
if (!project.hasProperty("reactorVersion")) {
10-
ext.reactorVersion = "Dysprosium-SR+"
10+
ext.reactorVersion = "2020.0.+"
1111
}
1212

1313
if (!project.hasProperty("locksDisabled")) {

0 commit comments

Comments
 (0)