Bumps dependencies.sh to 515.1633 Stable (#82138)

## About The Pull Request

Two reasons for this.

1. It's the stable branch, so let's move it up. This PR will detect any
issues that we might have with the latest 515.1633 as far as the
codebase is concerned (the servers have been running 1633 for at least a
week now).
2. ~~I'm fucking sick of seeing the Lua Scripting Notice in CI even
though it was fixed a few days ago in #82074
(5624d94524)

`![image](https://github.com/tgstation/tgstation/assets/34697715/0cc889c9-25d0-48cb-a0d1-304738acd8cc)`~~
This commit is contained in:
san7890
2024-03-29 22:29:55 -06:00
committed by GitHub
parent 07bca5c7c1
commit c2ed44dfaf
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
version: 1
# The BYOND version to use (kept in sync with dependencies.sh by the "TGS Test Suite" CI job)
# Must be interpreted as a string, keep quoted
byond: "515.1630"
byond: "515.1633"
# Folders to create in "<instance_path>/Configuration/GameStaticFiles/"
static_files:
# Config directory should be static

View File

@@ -5,7 +5,7 @@
# byond version
export BYOND_MAJOR=515
export BYOND_MINOR=1630
export BYOND_MINOR=1633
#rust_g git tag
export RUST_G_VERSION=3.1.0