We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8cb58 commit 01f17c9Copy full SHA for 01f17c9
projects-2.13.md
@@ -29,7 +29,11 @@ Add in sbt using `libraryDependencies += ... % Test`:
29
30
Add in sbt using `libraryDependencies += ...`:
31
32
- "org.scala-js" %% "scalajs-stubs" % "1.0.0"
+ "com.github.plokhotnyuk.fsi" %% "fsi-macros" % "0.6.0"
33
+ "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "0.49.0"
34
+ "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "0.49.0" % Provided
35
+ "com.github.plokhotnyuk.rtree2d" %% "rtree2d-core" % "0.9.0"
36
+ "org.scala-js" %% "scalajs-stubs" % "1.0.0"
37
38
### Compiler plugins
39
0 commit comments