diff --git a/README.md b/README.md index 30fe2b4f..222a279d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project/AppDependencies.scala b/project/AppDependencies.scala index a83274fb..9db6cb5e 100644 --- a/project/AppDependencies.scala +++ b/project/AppDependencies.scala @@ -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(