diff --git a/_build_dependencies.sh b/_build_dependencies.sh index 0889f572f57..8cded2a078a 100644 --- a/_build_dependencies.sh +++ b/_build_dependencies.sh @@ -6,10 +6,10 @@ export NODE_VERSION=18 # Stable Byond Major export STABLE_BYOND_MAJOR=515 # Stable Byond Minor -export STABLE_BYOND_MINOR=1614 +export STABLE_BYOND_MINOR=1619 # Beta Byond Major export BETA_BYOND_MAJOR=515 # Beta Byond Minor -export BETA_BYOND_MINOR=1614 +export BETA_BYOND_MINOR=1619 # Python version for mapmerge and other tools export PYTHON_VERSION=3.11.6