@@ -20,7 +20,7 @@ and it's published for Scala 2.12, 2.13 and 3.2.2.
2020
2121To use it with [ Scala CLI] use this directive:
2222``` scala
23- //> using toolkit typelevel:latest
23+ //> using toolkit typelevel:default
2424```
2525
2626Albeit being created to be used with [ Scala CLI] , typelevel-toolkit can be imported into your ` build.sbt ` using:
@@ -50,7 +50,7 @@ scala-cli --power new typelevel/toolkit.g8
5050@: select (scala-version)
5151@: choice (scala-3)
5252``` scala mdoc:reset:silent
53- //> using toolkit typelevel:latest
53+ //> using toolkit typelevel:default
5454
5555import cats .effect .*
5656
@@ -59,7 +59,7 @@ object Hello extends IOApp.Simple:
5959```
6060@: choice (scala-2)
6161``` scala mdoc:reset:silent
62- //> using toolkit typelevel:latest
62+ //> using toolkit typelevel:default
6363
6464import cats .effect ._
6565
@@ -76,7 +76,7 @@ Since the native flavour of most of the **Typelevel libraries** is, at the momen
7676@: select (scala-version)
7777@: choice (scala-3)
7878``` scala mdoc:reset:silent
79- //> using toolkit typelevel:latest
79+ //> using toolkit typelevel:default
8080//> using platform native
8181//> using nativeVersion 0.4.15
8282
@@ -87,7 +87,7 @@ object Hello extends IOApp.Simple:
8787```
8888@: choice (scala-2)
8989``` scala mdoc:reset:silent
90- //> using toolkit typelevel:latest
90+ //> using toolkit typelevel:default
9191//> using platform native
9292//> using nativeVersion 0.4.15
9393
0 commit comments