Update to Reactor Dysprosium-SR1

Fixes gh-7607
This commit is contained in:
Rob Winch 2019-11-04 09:30:55 -06:00
parent b57ec7d066
commit 2608bc0bd2

View File

@ -1,5 +1,5 @@
if (!project.hasProperty('reactorVersion')) { if (!project.hasProperty('reactorVersion')) {
ext.reactorVersion = 'Dysprosium-RELEASE' ext.reactorVersion = 'Dysprosium-SR1'
} }
if (!project.hasProperty('springVersion')) { if (!project.hasProperty('springVersion')) {