We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 843d9b3 + 21c9cd4 commit 91c4437Copy full SHA for 91c4437
docs/index.md
@@ -16,7 +16,7 @@ Typelevel toolkit is a meta library that currently includes these libraries:
16
- [Decline Effect]
17
- [Munit Cats Effect]
18
19
-and it's published for Scala 2.12, 2.13 and 3.2.2.
+and it's published for Scala 2.13 and 3.3+.
20
21
To use it with [Scala CLI] use this directive:
22
```scala
@@ -89,7 +89,7 @@ object Hello extends IOApp.Simple:
89
```scala mdoc:reset:silent
90
//> using toolkit typelevel:default
91
//> using platform native
92
-//> using nativeVersion 0.4.15
+//> using nativeVersion 0.4.17
93
94
import cats.effect._
95
0 commit comments