Skip to content

Commit

Permalink
Specify supported Scalajs version on getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jul 11, 2024
1 parent ebbfe7d commit bfd75e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libraryDependencies += "io.github.stanch" %% "reftree" % "@VERSION@"
```

</TabItem>
<TabItem value="js" label="Scala.js">
<TabItem value="js" label="Scala.js 1.16+">

```scala
libraryDependencies += "io.github.stanch" %%% "reftree" % "@VERSION@"
Expand Down

0 comments on commit bfd75e6

Please sign in to comment.