Scala micro-lib containing handy mixin traits for building Akka or Apache Pekko applications
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
.
The code is available under the Apache 2.0 License.