Skip to content

Commit cfb3d2b

Browse files
authored
Merge pull request #63 from adpi2/updates
Update to latest sttp, upickle and munit
2 parents 8e4e7dc + 03690e5 commit cfb3d2b

34 files changed

+660
-22
lines changed

Toolkit.js.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//> using scala 2.13, 3.3
22
//> using publish.name toolkit
3-
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M19
4-
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M19
5-
//> using dep com.lihaoyi::upickle::3.3.1
3+
//> using dep com.softwaremill.sttp.client4::core::4.0.0-RC1
4+
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-RC1
5+
//> using dep com.lihaoyi::upickle::4.1.0

Toolkit.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//> using scala 2.13, 3.3
22
//> using publish.name toolkit
3-
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M19
4-
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M19
5-
//> using dep com.lihaoyi::upickle::3.3.1
3+
//> using dep com.softwaremill.sttp.client4::core::4.0.0-RC1
4+
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-RC1
5+
//> using dep com.lihaoyi::upickle::4.1.0
66
//> using dep com.lihaoyi::os-lib::0.11.3

ToolkitTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
//> using scala 2.13, 3.3
22
//> using publish.name toolkit-test
3-
//> using dep org.scalameta::munit::1.0.2
3+
//> using dep org.scalameta::munit::1.1.0

changelog/0.7.0/json/toolkit-test_0.7.0_2.13_changelog.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

changelog/0.7.0/json/toolkit-test_0.7.0_3_changelog.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

changelog/0.7.0/json/toolkit-test_0.7.0_native0.5_2.13_changelog.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

changelog/0.7.0/json/toolkit-test_0.7.0_native0.5_3_changelog.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

changelog/0.7.0/json/toolkit-test_0.7.0_sjs1_2.13_changelog.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

changelog/0.7.0/json/toolkit-test_0.7.0_sjs1_3_changelog.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

changelog/0.7.0/json/toolkit_0.7.0_2.13_changelog.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)