From 2b4caa3e4d0a4c35f9f0954a97b9244c7b5722a6 Mon Sep 17 00:00:00 2001 From: Artem Korsakov Date: Wed, 17 Jun 2026 09:15:23 +0300 Subject: [PATCH] Update jump_start_guide.md We can safely update the version, since nothing has changed. --- docs/jump_start_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jump_start_guide.md b/docs/jump_start_guide.md index 52cdf09747..06da8d27b3 100644 --- a/docs/jump_start_guide.md +++ b/docs/jump_start_guide.md @@ -9,7 +9,7 @@ If you're using the constructs like [`Future`](http://www.scala-lang.org/api/cur it's very likely that Cats can simplify and improve the readability of your code. Please refer to the [wiki on GitHub](https://github.com/typelevel/cats) for guidelines on how to add the library to your project dependencies. -We are sticking to [version 1.0.1](https://github.com/typelevel/cats/releases/tag/v1.0.1) in the entire post. +We are sticking to [version 2.13.0](https://github.com/typelevel/cats/releases/tag/v2.13.0) in the entire post. Let's go through the library package-wise, looking at the syntax available in each package.