Skip to content

Commit

Permalink
Merge pull request #38 from danicheg/tweak-getting-started-page
Browse files Browse the repository at this point in the history
Enhance the getting started page
  • Loading branch information
stanch authored Jul 11, 2024
2 parents 4190d1a + bfd75e6 commit fa30255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ sbt demo

## Including in your project

You can depend on the library by adding these lines to your `build.sbt`:
`reftree` is available for Scala 2.12 and 2.13. You can depend on the library by adding these lines to your `build.sbt`:

```mdx-code-block
import Tabs from '@theme/Tabs';
Expand All @@ -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 fa30255

Please sign in to comment.