diff --git a/upickleReadme/Readme.scalatex b/upickleReadme/Readme.scalatex index 4ac130656..c52e84e1c 100644 --- a/upickleReadme/Readme.scalatex +++ b/upickleReadme/Readme.scalatex @@ -25,7 +25,7 @@ ) ) -@sect("uPickle 4.0.1") +@sect("uPickle 4.0.2") @div(display.flex, alignItems.center, flexDirection.column) @div @a(href := "https://gitter.im/lihaoyi/upickle")( @@ -74,8 +74,8 @@ @sect{Getting Started} @hl.scala - "com.lihaoyi" %% "upickle" % "4.0.1" // SBT - ivy"com.lihaoyi::upickle:4.0.1" // Mill + "com.lihaoyi" %% "upickle" % "4.0.2" // SBT + ivy"com.lihaoyi::upickle:4.0.2" // Mill @p And then you can immediately start writing and reading common Scala @@ -93,8 +93,8 @@ @p For ScalaJS applications, use this dependencies instead: @hl.scala - "com.lihaoyi" %%% "upickle" % "4.0.1" // SBT - ivy"com.lihaoyi::upickle::4.0.1" // Mill + "com.lihaoyi" %%% "upickle" % "4.0.2" // SBT + ivy"com.lihaoyi::upickle::4.0.2" // Mill @sect{Scala Versions} @p @@ -915,6 +915,11 @@ JSON library, and inherits a lot of it's performance from Erik's work. @sect{Version History} + @sect{4.0.2} + @ul + @li + Add support for Scala 3.3.4 and above to re-enable support for the Scala 3.3.x series + @lnk("#635", "https://github.com/com-lihaoyi/upickle/pull/635") @sect{4.0.1} @ul @li