From ebbfe7d74231d39aab96f815028c97ad570d47f1 Mon Sep 17 00:00:00 2001 From: danicheg Date: Thu, 11 Jul 2024 15:03:27 +0400 Subject: [PATCH 1/2] Mention supported Scala versions on the getting started page --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 257b3e1..ab7f9fc 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -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'; From bfd75e643ceadc624236be0bde09ff0ddb3d8005 Mon Sep 17 00:00:00 2001 From: danicheg Date: Thu, 11 Jul 2024 16:15:51 +0400 Subject: [PATCH 2/2] Specify supported Scalajs version on getting started page --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index ab7f9fc..ef47b95 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -39,7 +39,7 @@ libraryDependencies += "io.github.stanch" %% "reftree" % "@VERSION@" ``` - + ```scala libraryDependencies += "io.github.stanch" %%% "reftree" % "@VERSION@"