Skip to content

Commit fa2e3f7

Browse files
committed
Fix rtm
1 parent d7987a0 commit fa2e3f7

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

iris/project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ object Dependencies {
66
CSW.`csw-testkit` % Test,
77
Libs.`scalatest` % Test,
88
Libs.`junit-4-13` % Test,
9-
Libs.`pekko-actor-testkit-typed` % Test
10-
// Libs.`tmt-test-reporter` % Test
9+
Libs.`pekko-actor-testkit-typed` % Test,
10+
Libs.`tmt-test-reporter` % Test
1111
)
1212

1313
val IrisDeploy = Seq(

iris/project/Libs.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import scala.util.control.NonFatal
88
object Libs {
99
val ScalaVersion = "3.6.2"
1010

11-
val `scalatest` = "org.scalatest" %% "scalatest" % "3.2.19" // Apache License 2.0
11+
val `scalatest` = "org.scalatest" %% "scalatest" % "3.2.19" // Apache License 2.0
1212
// val `dotty-cps-async` = "com.github.rssh" %% "dotty-cps-async" % "0.9.23"
13-
val `junit-4-13` = "org.scalatestplus" %% "junit-4-13" % "3.2.19.0"
14-
val `pekko-actor-testkit-typed` = "org.apache.pekko" %% "pekko-actor-testkit-typed" % "1.1.2"
15-
val `nom-tam-fits` = "gov.nasa.gsfc.heasarc" % "nom-tam-fits" % "1.20.2"
13+
val `junit-4-13` = "org.scalatestplus" %% "junit-4-13" % "3.2.19.0"
14+
val `pekko-actor-testkit-typed` = "org.apache.pekko" %% "pekko-actor-testkit-typed" % "1.1.2"
15+
val `nom-tam-fits` = "gov.nasa.gsfc.heasarc" % "nom-tam-fits" % "1.20.2"
1616
val `tmt-test-reporter` = "com.github.tmtsoftware.rtm" %% "rtm" % "d520268"
1717
}
1818

wfos/project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ object Dependencies {
77
CSW.`csw-testkit` % Test,
88
Libs.`scalatest` % Test,
99
Libs.`junit-4-13` % Test,
10-
Libs.`pekko-actor-testkit-typed` % Test
11-
// Libs.`tmt-test-reporter` % Test
10+
Libs.`pekko-actor-testkit-typed` % Test,
11+
Libs.`tmt-test-reporter` % Test
1212
)
1313

1414
val WfosDeploy = Seq(

0 commit comments

Comments
 (0)