summaryrefslogtreecommitdiff
path: root/crashbox-server/src/main/scala/io/crashbox/ci/Core.scala
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-03-18 01:58:01 -0400
committerJakob Odersky <jakob@odersky.com>2017-03-18 01:58:01 -0400
commitdff97b40df39e5eb391e1fc30ca47180384f1747 (patch)
tree76d1a4d3af4c8a0b8b316a151d40493e8f22957b /crashbox-server/src/main/scala/io/crashbox/ci/Core.scala
parent3f00b87a022e92e3bf341d40d05d81b5538e4974 (diff)
downloadcrashbox-ci-dff97b40df39e5eb391e1fc30ca47180384f1747.tar.gz
crashbox-ci-dff97b40df39e5eb391e1fc30ca47180384f1747.tar.bz2
crashbox-ci-dff97b40df39e5eb391e1fc30ca47180384f1747.zip
Refactor trait-based dependencies to constructor parametersnocake
Diffstat (limited to 'crashbox-server/src/main/scala/io/crashbox/ci/Core.scala')
-rw-r--r--crashbox-server/src/main/scala/io/crashbox/ci/Core.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/crashbox-server/src/main/scala/io/crashbox/ci/Core.scala b/crashbox-server/src/main/scala/io/crashbox/ci/Core.scala
index 39a1aec..cb1db5c 100644
--- a/crashbox-server/src/main/scala/io/crashbox/ci/Core.scala
+++ b/crashbox-server/src/main/scala/io/crashbox/ci/Core.scala
@@ -8,7 +8,7 @@ import akka.event.LoggingAdapter
import akka.stream.ActorMaterializer
import com.typesafe.config.Config
-trait Core {
+class Core {
implicit val system: ActorSystem = ActorSystem("crashbox")
implicit val materializer = ActorMaterializer()