Skip to content

Commit 1f86d1c

Browse files
authored
Merge pull request #4 from bishabosha/add-sttp-upickle
add sttp's upickle integration
2 parents 2e7d914 + 6b9365a commit 1f86d1c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Toolkit.js.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//> using scala "2.13", "2.12", "3"
22

33
//> using lib "com.softwaremill.sttp.client3::core::3.8.7"
4+
//> using lib "com.softwaremill.sttp.client3::upickle::3.8.7"
45
//> using lib "com.lihaoyi::upickle::2.0.0"
5-
//> using lib "org.scalameta::munit::1.0.0-M7"
6+
//> using lib "org.scalameta::munit::1.0.0-M7"

Toolkit.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//> using scala "2.13", "2.12", "3"
22

33
//> using lib "com.softwaremill.sttp.client3::core::3.8.7"
4+
//> using lib "com.softwaremill.sttp.client3::upickle::3.8.7"
45
//> using lib "com.lihaoyi::upickle::2.0.0"
56
//> using lib "com.lihaoyi::os-lib::0.9.0"
6-
//> using lib "org.scalameta::munit::1.0.0-M7"
7+
//> using lib "org.scalameta::munit::1.0.0-M7"

0 commit comments

Comments
 (0)