Skip to content

Commit 91c4437

Browse files
authored
Merge pull request #172 from typelevel/pr/fix-versions
Update versions in docs
2 parents 843d9b3 + 21c9cd4 commit 91c4437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Typelevel toolkit is a meta library that currently includes these libraries:
1616
- [Decline Effect]
1717
- [Munit Cats Effect]
1818

19-
and it's published for Scala 2.12, 2.13 and 3.2.2.
19+
and it's published for Scala 2.13 and 3.3+.
2020

2121
To use it with [Scala CLI] use this directive:
2222
```scala
@@ -89,7 +89,7 @@ object Hello extends IOApp.Simple:
8989
```scala mdoc:reset:silent
9090
//> using toolkit typelevel:default
9191
//> using platform native
92-
//> using nativeVersion 0.4.15
92+
//> using nativeVersion 0.4.17
9393

9494
import cats.effect._
9595

0 commit comments

Comments
 (0)