From 3845e9ef57851075756b3d32efe3898e2dc13391 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 15 Apr 2024 08:39:37 +0800 Subject: [PATCH] 3.3.0 --- upickleReadme/Readme.scalatex | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/upickleReadme/Readme.scalatex b/upickleReadme/Readme.scalatex index 3e283481b..630a7755c 100644 --- a/upickleReadme/Readme.scalatex +++ b/upickleReadme/Readme.scalatex @@ -25,7 +25,7 @@ ) ) -@sect("uPickle 3.2.0") +@sect("uPickle 3.3.0") @div(display.flex, alignItems.center, flexDirection.column) @div @a(href := "https://gitter.im/lihaoyi/upickle")( @@ -75,7 +75,7 @@ @sect{Getting Started} @hl.scala "com.lihaoyi" %% "upickle" % "3.2.0" // SBT - ivy"com.lihaoyi::upickle:3.2.0" // Mill + ivy"com.lihaoyi::upickle:3.3.0" // 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" % "3.2.0" // SBT - ivy"com.lihaoyi::upickle::3.2.0" // Mill + "com.lihaoyi" %%% "upickle" % "3.3.0" // SBT + ivy"com.lihaoyi::upickle::3.3.0" // Mill @sect{Scala Versions} @p @@ -886,6 +886,11 @@ JSON library, and inherits a lot of it's performance from Erik's work. @sect{Version History} + @sect{3.3.0} + @ul + @li + Support for Scala-Native 0.5.0 + @sect{3.2.0} @ul @li