File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import scala.util.control.NonFatal
88object 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
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments