diff --git a/_data/projects.yml b/_data/projects.yml index b31b831..cee5b2f 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -14,6 +14,10 @@ permalink: "https://armanbilge.github.io/calico" affiliate: true platforms: [js] +- title: "cats-actors" + description: "An Actor Model implementation built on top of Cats-Effect, providing a higher-level abstraction for managing concurrency." + github: "https://github.com/suprnation/cats-actors" + platforms: [jvm] - title: "case-insensitive" description: "A case-insensitive string for Scala" github: "https://github.com/typelevel/case-insensitive"