Update to Reactor Dysprosium SR4

Fixes gh-7896
This commit is contained in:
Joe Grandja 2020-02-04 13:43:17 -05:00
parent dbc43fb47d
commit 3cc4a945c6
1 changed files with 1 additions and 1 deletions

View File

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