Skip to content

Commit

Permalink
Flavors of shared state in Cats Effect (#19)
Browse files Browse the repository at this point in the history
* WIP flavors of shared state

* add more

* more wip

* morr

* more examples and so on

* phrasing

* links

* update date

* final chapters

* remove param name
  • Loading branch information
kubukoz committed Mar 2, 2024
1 parent 80830d8 commit 36f49da
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 11 deletions.
16 changes: 8 additions & 8 deletions mdoc-lib-index.json
@@ -1,12 +1,12 @@
{
"colorize-0.1": {
"version": "0.1.0",
"artifact": "org.polyvariant:colorize_2.13",
"sha256": "sha256-83Dy2yZQYkydCX6z6U+NkRh4Vv4Q1zYo9R99YOSVLKs="
"http4s-client-0.23.25": {
"version": "0.23.25",
"artifact": "org.http4s:http4s-client_3",
"sha256": "sha256-o/EEunfqW8ntriZTbHBDAcirEbUtQS6SJIOs5WJ4PD0="
},
"colorize-0.3": {
"version": "0.3.2",
"artifact": "org.polyvariant:colorize_2.13",
"sha256": "sha256-US/y5JyD8mUSpqxPL/JvdMTA922ZtBJoDozg5bAdnzg="
"http4s-dsl-0.23.25": {
"version": "0.23.25",
"artifact": "org.http4s:http4s-dsl_3",
"sha256": "sha256-/1ttWk6zdBUoaPtgD0MJldBe9DCwBYwXM/YPB9dkP/c="
}
}
6 changes: 3 additions & 3 deletions mdoc.nix
Expand Up @@ -3,9 +3,9 @@ let
mdoc = coursier-tools.make-runnable {
launcher = coursier-tools.coursier-fetch {
pname = "mdoc";
version = "2.3.6";
artifact = "org.scalameta:mdoc_2.13";
sha256 = "sha256-bEknmJunzR389zACjzeSSKGvl+fwW27lUKvtCGh9Y+A=";
version = "2.5.2";
artifact = "org.scalameta:mdoc_3";
sha256 = "sha256-w9SF5/voAWmdXB9WDA0CDxI1V3xnydy58YXjMN0wE38=";
};
mainClass = "mdoc.Main";
};
Expand Down

0 comments on commit 36f49da

Please sign in to comment.