Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

itkpi/cakeless

Repository files navigation

Project Current version Scala version
Cakeless
1.0.0-rc3
2.12.10, 2.13.1

codecov Build Status

cakeless

Cakeless is a library providing the ability to painlessly wire deeply nested cakes into your ZIO environment.

To try it, add the following into your build.sbt file:

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies ++= {
  val cakelessV = "1.0.0-rc3"
  Seq(
    "ua.pp.itkpi" %% "cakeless" % cakelessV
  )
}

Docs are available here

Check examples here