Skip to content

Commit 01f17c9

Browse files
plokhotnyukSethTisue
authored andcommitted
fast-string-interpolator, jsoniter-scala, rtree2d (#354)
1 parent 0f8cb58 commit 01f17c9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects-2.13.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ Add in sbt using `libraryDependencies += ... % Test`:
2929

3030
Add in sbt using `libraryDependencies += ...`:
3131

32-
"org.scala-js" %% "scalajs-stubs" % "1.0.0"
32+
"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"
3337

3438
### Compiler plugins
3539

0 commit comments

Comments
 (0)