diff --git a/index.html b/index.html index d33d0973c..cbffb7f6e 100644 --- a/index.html +++ b/index.html @@ -57,13 +57,13 @@ span.hljs-tag, span.hljs-symbol{ background: none; } - uPickle 3.2.0
+ uPickle 3.3.0
Fork me on GitHub -

uPickle 3.2.0


+

uPickle 3.3.0


@@ -108,7 +108,7 @@

Getting Started


"com.lihaoyi" %% "upickle" % "3.2.0" // SBT
-ivy"com.lihaoyi::upickle:3.2.0" // Mill
+ivy"com.lihaoyi::upickle:3.3.0" // Mill
 

And then you can immediately start writing and reading common Scala @@ -147,8 +147,8 @@

ScalaJS

For ScalaJS applications, use this dependencies instead:

-
"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
 

Scala Versions

@@ -1836,6 +1836,11 @@

Version History


+

3.3.0

+
    +
  • + Support for Scala-Native 0.5.0 +

3.2.0

  • @@ -2393,7 +2398,7 @@

    MatchErrors or similar, parse failures now are restricted to subclasses upickle.Invalid which define different failure modes.

\ No newline at end of file + \ No newline at end of file