Skip to content

Commit 730641f

Browse files
committed
Updated esw version
1 parent c154bfb commit 730641f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

integration/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "integration"
22

3-
libraryDependencies += ("com.github.tmtsoftware.esw" %% "esw-testkit" % "f9cbac5")
3+
libraryDependencies += ("com.github.tmtsoftware.esw" %% "esw-testkit" % "1.0.0-RC7")
44
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "iris-irisdeploy" % "cc725ab")
55
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "wfos-wfosdeploy" % "cc725ab")
66
libraryDependencies += ("com.github.tmtsoftware.rtm" %% "rtm" % "0.4.1")

simulation-scripts/versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
export ESW_VERSION=f9cbac5
4-
#export ESW_VERSION=1.0.0-RC6
3+
#export ESW_VERSION=f9cbac5
4+
export ESW_VERSION=1.0.0-RC7
55
export CSW_VERSION=6.0.0-RC6
66
export SEQ_SCRIPT_VERSION=1a80475
77
export TCS_VERSION=0.12.1

0 commit comments

Comments
 (0)