File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 25
25
)
26
26
)
27
27
28
- @sect("uPickle 4.0.0 ")
28
+ @sect("uPickle 4.0.1 ")
29
29
@div(display.flex, alignItems.center, flexDirection.column)
30
30
@div
31
31
@a(href := "https://gitter.im/lihaoyi/upickle")(
74
74
75
75
@sect{Getting Started}
76
76
@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
79
79
80
80
@p
81
81
And then you can immediately start writing and reading common Scala
93
93
@p
94
94
For ScalaJS applications, use this dependencies instead:
95
95
@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
98
98
99
99
@sect{Scala Versions}
100
100
@p
915
915
JSON library, and inherits a lot of it's performance from Erik's work.
916
916
917
917
@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")
918
922
@sect{4.0.0}
919
923
@ul
920
924
@li
You can’t perform that action at this time.
0 commit comments