Skip to content

Commit b4c2cd5

Browse files
authored
Merge pull request #165 from reardonj/latest-to-default
Update latest to default in documentation
2 parents c4ef2b1 + 464ebdf commit b4c2cd5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A toolkit of great libraries to get started building Typelevel apps on JVM, Node.js, and Native! Our very own flavour of the [Scala Toolkit].
44

55
```scala
6-
//> using toolkit typelevel:latest
6+
//> using toolkit typelevel:default
77

88
import cats.effect.*
99

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and it's published for Scala 2.12, 2.13 and 3.2.2.
2020

2121
To use it with [Scala CLI] use this directive:
2222
```scala
23-
//> using toolkit typelevel:latest
23+
//> using toolkit typelevel:default
2424
```
2525

2626
Albeit 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

5555
import 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

6464
import 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

Comments
 (0)