Upgrade Reactor to Dysprosium-SR24

Closes gh-10374
This commit is contained in:
Eleftheria Stein 2021-10-14 10:54:49 +02:00
parent 27866fb767
commit 30fbc269b9

View File

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