diff --git a/build.sbt b/build.sbt index baf967f97e..b2f9c912b2 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,7 @@ lazy val V = new { val mockito = "3.2.16.0" val monocle = "3.1.0" - // https://mvnrepository.com/artifact/io.circe/circe-core + // https://mvnrepository.com/artifact/io.circe/circe-core val circe = "0.14.6" val tapir = "1.6.4" @@ -91,6 +91,7 @@ lazy val V = new { val nimbusJwt = "10.0.0" val keycloak = "22.0.4" // scala-steward:off + } /** Dependencies */ diff --git a/prism-agent/service/server/src/main/scala/io/iohk/atala/agent/server/PrismAgentApp.scala b/prism-agent/service/server/src/main/scala/io/iohk/atala/agent/server/PrismAgentApp.scala index 9e51700488..15d66cf4a9 100644 --- a/prism-agent/service/server/src/main/scala/io/iohk/atala/agent/server/PrismAgentApp.scala +++ b/prism-agent/service/server/src/main/scala/io/iohk/atala/agent/server/PrismAgentApp.scala @@ -37,6 +37,8 @@ import io.iohk.atala.shared.utils.DurationOps.toMetricsSeconds import io.iohk.atala.system.controller.SystemServerEndpoints import zio.* import zio.metrics.* +import java.util.concurrent.Executors +import scala.concurrent.ExecutionContext object PrismAgentApp {