From 61119c2f1a1b9926410f18ae00714be6f9a225d5 Mon Sep 17 00:00:00 2001 From: vlad Date: Thu, 2 Feb 2017 19:37:44 -0500 Subject: executionContext made protected in AuthProvider not to expose that --- src/main/scala/xyz/driver/core/rest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/xyz/driver/core/rest.scala b/src/main/scala/xyz/driver/core/rest.scala index af23cd5..0c81869 100644 --- a/src/main/scala/xyz/driver/core/rest.scala +++ b/src/main/scala/xyz/driver/core/rest.scala @@ -78,7 +78,7 @@ object rest { import akka.http.scaladsl.server._ import Directives._ - implicit val execution: ExecutionContext + protected implicit val execution: ExecutionContext /** * Specific implementation on how to extract user from request context, -- cgit v1.2.3