Skip to content

Commit 9d9b818

Browse files
plokhotnyukSethTisue
authored andcommitted
fix versions (#356)
1 parent 8430e8a commit 9d9b818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects-2.13.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Add in sbt using `libraryDependencies += ... % Test`:
3030
Add in sbt using `libraryDependencies += ...`:
3131

3232
"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
33+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "0.50.0"
34+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "0.50.0" % Provided
3535
"com.github.plokhotnyuk.rtree2d" %% "rtree2d-core" % "0.9.0"
3636
"org.scala-js" %% "scalajs-stubs" % "1.0.0"
3737

0 commit comments

Comments
 (0)