Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ A tiny, portable unit testing library that lets you run the same tests on both S

####[uPickle](https://github.com/lihaoyi/upickle)
{% highlight scala %}
"com.lihaoyi" %%% "upickle" % "0.1.5"
"com.lihaoyi" %%% "upickle" % "0.2.0"
{% endhighlight %}
Statically-typed pickling (via typeclasses/macros) for both Scala-JVM and Scala-JS, by Li Haoyi

####[autowire](https://github.com/lihaoyi/autowire)
{% highlight scala %}
"com.lihaoyi" %%% "autowire" % "0.1.0"
"com.lihaoyi" %%% "autowire" % "0.1.2"
{% endhighlight %}
Statically-typed Ajax calls and RPCs for both Scala-JVM and Scala-JS, by Li Haoyi

Expand Down