bripkens / health-check-adapter

Connect health check endpoints to Slack
Apache License 2.0
3 stars 3 forks source link

Update to Akka 2.4.7 #14

Closed britter closed 8 years ago

britter commented 8 years ago

This will allow us to drop the Akka extensions version number, since now Akka core and Akka Stream have the same version. Further more the eviction warning during the build will go away.

Note that I had to change the way we pass the ActorMaterializer, since the ImplcitActorMaterializer trait has been dropped in Akka stream 2.4.x (see http://doc.akka.io/docs/akka/2.4.2/scala/stream/migration-guide-2.0-2.4-scala.html)