wehkamp / cakemix   2.0.0

Apache License 2.0 GitHub

:cake: Handy mixin traits for building Akka or Apache Pekko applications

Scala versions: 2.13 2.12 2.11

cakemix

Current Version License

Scala micro-lib containing handy mixin traits for building Akka or Apache Pekko applications

Setup

Cakemix is published for Scala 2.13. To start using it add the following to your build.sbt for Akka:

libraryDependencies += "nl.wehkamp" %% "cakemix-akka" % "2.0.0"

or the following for Apache Pekko:

libraryDependencies += "nl.wehkamp" %% "cakemix-pekko" % "2.0.0"

Note that the group id has changed from com.xebia via nl.wehkamp.cakemix to nl.wehkamp.

License

The code is available under the Apache 2.0 License.