summaryrefslogtreecommitdiff
path: root/crashbox-server/src/main/scala/io/crashbox/ci/Core.scala
diff options
context:
space:
mode:
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()