| Project | Current version | Scala version |
|---|---|---|
Cakeless | 1.0.0-rc3 | 2.12.10, 2.13.1 |
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