Skip to content

Commit 0894810

Browse files
plokhotnyukSethTisue
authored andcommitted
fix markup (#355)
1 parent 01f17c9 commit 0894810

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects-2.13.md

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

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

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"
3737

3838
### Compiler plugins
3939

0 commit comments

Comments
 (0)