Skip to content

Commit

Permalink
reverted "pekko-quartz-scheduler" to the original version and removed…
Browse files Browse the repository at this point in the history
… mention of a11y in README.md
  • Loading branch information
Divya-Manivannan-hmrc committed Nov 13, 2024
1 parent 93fd782 commit 23e9cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The stride roles for the admin mode are `tps_payment_taker_call_handler,digital_

## Running Tests

To run unit tests, integration tests, a11y tests, scalafmt, coverage and check dependencies, execute the script:
To run unit tests, integration tests, scalafmt, coverage and check dependencies, execute the script:

```bash
./run_all_tests.sh
Expand Down
2 changes: 1 addition & 1 deletion project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object AppDependencies {
"org.webjars.npm" % "accessible-autocomplete" % "3.0.0",
"com.softwaremill.quicklens" %% "quicklens" % "1.9.9",
"org.typelevel" %% "cats-core" % "2.12.0",
"io.github.samueleresca" %% "pekko-quartz-scheduler" % "1.3.0-pekko-1.1.x"
"io.github.samueleresca" %% "pekko-quartz-scheduler" % "1.2.2-pekko-1.0.x"
)

private val test: Seq[ModuleID] = Seq(
Expand Down

0 comments on commit 23e9cda

Please sign in to comment.