We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c9f1b commit d29f31cCopy full SHA for d29f31c
2 files changed
integration/build.sbt
@@ -1,6 +1,6 @@
1
name := "integration"
2
3
-libraryDependencies += ("com.github.tmtsoftware.esw" %% "esw-testkit" % "v1.0.0")
+libraryDependencies += ("com.github.tmtsoftware.esw" %% "esw-testkit" % "1.0.2")
4
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "iris-irisdeploy" % "44c4238")
5
libraryDependencies += ("com.github.tmtsoftware.esw-observing-simulation" %% "wfos-wfosdeploy" % "44c4238")
6
libraryDependencies += ("com.github.tmtsoftware.rtm" %% "rtm" % "0.4.1")
simulation-scripts/versions.sh
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
-#export ESW_VERSION=f9cbac5
-export ESW_VERSION=v1.0.0
+export ESW_VERSION=1.0.2
export CSW_VERSION=6.0.0
export SEQ_SCRIPT_VERSION=4bcfc66
7
export TCS_VERSION=0.12.1
0 commit comments