File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ Add in sbt using `libraryDependencies += ... % Test`:
29
29
30
30
Add in sbt using ` libraryDependencies += ... ` :
31
31
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"
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"
37
37
38
38
### Compiler plugins
39
39
You can’t perform that action at this time.
0 commit comments