Skip to content

Commit 04a6ddb

Browse files
committed
Updated sequencer scripts version
1 parent 5b084ea commit 04a6ddb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

integration/src/test/scala/esw/observing/simulation/ScriptVersion.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ package esw.observing.simulation
22

33
object ScriptVersion {
44
// This is the version (or Git SHA) of the version of the sequencer-scripts repo to use
5-
// val value = "119fd01"
6-
val value = "v0.5.1"
5+
val value = "119fd01"
76
}

simulation-scripts/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#export ESW_VERSION=f9cbac5
44
export ESW_VERSION=v1.0.0
55
export CSW_VERSION=6.0.0
6-
export SEQ_SCRIPT_VERSION=v0.5.1
6+
export SEQ_SCRIPT_VERSION=119fd01
77
export TCS_VERSION=0.12.1
88
export ENG_UI_VERSION=1.0.0
99
export CHANNEL="https://raw.githubusercontent.com/tmtsoftware/osw-apps/branch-6.0.x/apps.json"

0 commit comments

Comments
 (0)