Skip to content

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 15, 2024
1 parent 844fb60 commit 3845e9e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions upickleReadme/Readme.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -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")(
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3845e9e

Please sign in to comment.