Update to Reactor Dysprosium-SR6

Fixes gh-8250
This commit is contained in:
Eleftheria Stein 2020-04-01 09:09:42 -04:00
parent 774dd7bb13
commit dbdf02e864

View File

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