Skip to content

Commit c4613f1

Browse files
committed
4.0.1
1 parent 542832f commit c4613f1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

upickleReadme/Readme.scalatex

+9-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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")(
@@ -74,8 +74,8 @@
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
@@ -93,8 +93,8 @@
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
@@ -915,6 +915,10 @@
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

0 commit comments

Comments
 (0)