Skip to content

Commit

Permalink
Merge pull request #165 from reardonj/latest-to-default
Browse files Browse the repository at this point in the history
Update latest to default in documentation
  • Loading branch information
armanbilge authored Mar 31, 2024
2 parents c4ef2b1 + 464ebdf commit b4c2cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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].

```scala
//> using toolkit typelevel:latest
//> using toolkit typelevel:default

import cats.effect.*

Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and it's published for Scala 2.12, 2.13 and 3.2.2.

To use it with [Scala CLI] use this directive:
```scala
//> using toolkit typelevel:latest
//> using toolkit typelevel:default
```

Albeit being created to be used with [Scala CLI], typelevel-toolkit can be imported into your `build.sbt` using:
Expand Down Expand Up @@ -50,7 +50,7 @@ scala-cli --power new typelevel/toolkit.g8
@:select(scala-version)
@:choice(scala-3)
```scala mdoc:reset:silent
//> using toolkit typelevel:latest
//> using toolkit typelevel:default

import cats.effect.*

Expand All @@ -59,7 +59,7 @@ object Hello extends IOApp.Simple:
```
@:choice(scala-2)
```scala mdoc:reset:silent
//> using toolkit typelevel:latest
//> using toolkit typelevel:default

import cats.effect._

Expand All @@ -76,7 +76,7 @@ Since the native flavour of most of the **Typelevel libraries** is, at the momen
@:select(scala-version)
@:choice(scala-3)
```scala mdoc:reset:silent
//> using toolkit typelevel:latest
//> using toolkit typelevel:default
//> using platform native
//> using nativeVersion 0.4.15

Expand All @@ -87,7 +87,7 @@ object Hello extends IOApp.Simple:
```
@:choice(scala-2)
```scala mdoc:reset:silent
//> using toolkit typelevel:latest
//> using toolkit typelevel:default
//> using platform native
//> using nativeVersion 0.4.15

Expand Down

0 comments on commit b4c2cd5

Please sign in to comment.