Skip to content

Commit a6df21a

Browse files
Update to preview-6 (#235)
1 parent 13e75f7 commit a6df21a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/nightly.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
GDK_REPOSITORY: "[email protected]:spatialos/UnrealGDK.git"
3838
MAIN_MAP_NAME: "Control_Small"
3939
SPATIAL_PROJECT_NAME: "unreal_gdk"
40-
SPATIAL_RUNTIME_VERSION: "15.0.0-preview-5" ## the runtime version of SpatialOS
40+
SPATIAL_RUNTIME_VERSION: "15.0.0-preview-6" ## the runtime version of SpatialOS
4141

4242
steps:
4343
- label: "generate-pipeline-steps"

spatial/spatialos.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "your_project_name_here",
33
"project_version": "0.0.1",
4-
"sdk_version": "15.0.0-preview-5",
4+
"sdk_version": "15.0.0-preview-6",
55
"dependencies": [
66
{
77
"name": "standard_library",
8-
"version": "15.0.0-preview-5"
8+
"version": "15.0.0-preview-6"
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)