File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 2525 )
2626)
2727
28- @sect("uPickle 4.0.0 ")
28+ @sect("uPickle 4.0.1 ")
2929 @div(display.flex, alignItems.center, flexDirection.column)
3030 @div
3131 @a(href := "https://gitter.im/lihaoyi/upickle")(
7474
7575 @sect{Getting Started}
7676 @hl.scala
77- "com.lihaoyi" %% "upickle" % "4.0.0 " // SBT
78- ivy"com.lihaoyi::upickle:4.0.0 " // Mill
77+ "com.lihaoyi" %% "upickle" % "4.0.1 " // SBT
78+ ivy"com.lihaoyi::upickle:4.0.1 " // Mill
7979
8080 @p
8181 And then you can immediately start writing and reading common Scala
9393 @p
9494 For ScalaJS applications, use this dependencies instead:
9595 @hl.scala
96- "com.lihaoyi" %%% "upickle" % "4.0.0 " // SBT
97- ivy"com.lihaoyi::upickle::4.0.0 " // Mill
96+ "com.lihaoyi" %%% "upickle" % "4.0.1 " // SBT
97+ ivy"com.lihaoyi::upickle::4.0.1 " // Mill
9898
9999 @sect{Scala Versions}
100100 @p
915915 JSON library, and inherits a lot of it's performance from Erik's work.
916916
917917 @sect{Version History}
918+ @sect{4.0.1}
919+ @ul
920+ @li
921+ Respect @{Config#tagName} in @code{Reader.merge} and @code{ReadWriter.merge} @lnk("#619", "https://github.com/com-lihaoyi/upickle/pull/619")
918922 @sect{4.0.0}
919923 @ul
920924 @li
You can’t perform that action at this time.
0 commit comments