Skip to content

Changelog generation & testing #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:

- name: Setup Scala CLI
uses: VirtusLab/scala-cli-setup@main

- name: Test changelog and dependency tree semver compliance
run: |
scala-cli checks -- --module-name toolkit --file Toolkit.scala --skip js
scala-cli checks -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native
scala-cli checks -- --module-name toolkit-test --file ToolkitTest.scala --module-dep toolkit

- name: Import GPG key
id: import_gpg
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Setup Scala CLI
uses: VirtusLab/scala-cli-setup@main

- name: Test changelog and dependency tree semver compliance
run: |
scala-cli checks -- --module-name toolkit --file Toolkit.scala --skip js
scala-cli checks -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native
scala-cli checks -- --module-name toolkit-test --file ToolkitTest.scala --module-dep toolkit

- name: Run test examples
run: |
cd examples
Expand All @@ -35,3 +41,5 @@ jobs:
do
scala-cli test "$file"
done
- name: Run checks tests
run: scala-cli test checks
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,16 @@ You can already use it from [Scala CLI](https://scala-cli.virtuslab.org/):
```scala
//> using toolkit latest
```

Or by including the latest Toolkit artifact in your build file: `org.scala-lang::toolkit:0.2.0`

## Dependencies changelog
In the `changelog` directory you can find a list of changes in the dependencies of the Scala Toolkit, including transitive ones.

### Generate or update changelog
To generate or update the changelog, run the following command:
```shell
scala-cli checks -- --module-name toolkit --file Toolkit.scala --skip js --overwrite
scala-cli checks -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native --overwrite
scala-cli checks -- --module-name toolkit-test --file ToolkitTest.scala --overwrite --module-dep toolkit
```

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions changelog/0.2.0/json/toolkit-test_0.2.0_3_changelog.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions changelog/0.2.0/toolkit-test_0.2.0_2.13_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Changelog for toolkit-test 0.2.0

## Changes to direct dependencies
- Added `org.scala-lang:toolkit_2.13:0.2.0` under `org.scala-lang:toolkit-test_2.13:0.2.0`

## Changes to transitive dependencies
- Added `com.lihaoyi:geny_2.13:1.0.0` under `com.lihaoyi:os-lib_2.13:0.9.1`
- Added `com.lihaoyi:geny_2.13:1.0.0` under `com.lihaoyi:upickle-core_2.13:3.1.0`
- Added `com.lihaoyi:os-lib_2.13:0.9.1` under `org.scala-lang:toolkit_2.13:0.2.0`
- Added `com.lihaoyi:ujson_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.0.0`
- Added `com.lihaoyi:ujson_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.1.0`
- Added `com.lihaoyi:upack_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.0.0`
- Added `com.lihaoyi:upack_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.1.0`
- Added `com.lihaoyi:upickle-core_2.13:3.1.0` under `com.lihaoyi:ujson_2.13:3.1.0`
- Added `com.lihaoyi:upickle-core_2.13:3.1.0` under `com.lihaoyi:upack_2.13:3.1.0`
- Added `com.lihaoyi:upickle-core_2.13:3.1.0` under `com.lihaoyi:upickle-implicits_2.13:3.1.0`
- Added `com.lihaoyi:upickle-implicits_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.0.0`
- Added `com.lihaoyi:upickle-implicits_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.1.0`
- Added `com.lihaoyi:upickle_2.13:3.0.0` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M1`
- Added `com.lihaoyi:upickle_2.13:3.1.0` under `org.scala-lang:toolkit_2.13:0.2.0`
- Added `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1` under `com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1` under `org.scala-lang:toolkit_2.13:0.2.0`
- Added `com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M1` under `org.scala-lang:toolkit_2.13:0.2.0`
- Added `com.softwaremill.sttp.model:core_2.13:1.5.5` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.model:core_2.13:1.5.5` under `com.softwaremill.sttp.shared:ws_2.13:1.3.13`
- Added `com.softwaremill.sttp.shared:core_2.13:1.3.13` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.shared:core_2.13:1.3.13` under `com.softwaremill.sttp.shared:ws_2.13:1.3.13`
- Added `com.softwaremill.sttp.shared:ws_2.13:1.3.13` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1`

## Full dependency tree

- org.scala-lang:toolkit-test_2.13:0.2.0
- org.scala-lang:toolkit_2.13:0.2.0
- com.lihaoyi:os-lib_2.13:0.9.1
- com.lihaoyi:geny_2.13:1.0.0
- com.lihaoyi:upickle_2.13:3.1.0
- com.lihaoyi:ujson_2.13:3.1.0
- com.lihaoyi:upickle-core_2.13:3.1.0
- com.lihaoyi:geny_2.13:1.0.0 (already listed)
- com.lihaoyi:upack_2.13:3.1.0
- com.lihaoyi:upickle-core_2.13:3.1.0 (already listed)
- com.lihaoyi:upickle-implicits_2.13:3.1.0
- com.lihaoyi:upickle-core_2.13:3.1.0 (already listed)
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M1
- com.softwaremill.sttp.model:core_2.13:1.5.5
- com.softwaremill.sttp.shared:core_2.13:1.3.13
- com.softwaremill.sttp.shared:ws_2.13:1.3.13
- com.softwaremill.sttp.model:core_2.13:1.5.5 (already listed)
- com.softwaremill.sttp.shared:core_2.13:1.3.13 (already listed)
- com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M1
- com.lihaoyi:upickle_2.13:3.0.0
- com.lihaoyi:ujson_2.13:3.1.0 (already listed)
- com.lihaoyi:upack_2.13:3.1.0 (already listed)
- com.lihaoyi:upickle-implicits_2.13:3.1.0 (already listed)
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M1 (already listed)
- com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M1
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M1 (already listed)
- org.scalameta:munit_2.13:1.0.0-M7
- junit:junit:4.13.1
- org.hamcrest:hamcrest-core:1.3.0
- org.scalameta:junit-interface:1.0.0-M7
- junit:junit:4.13.2
- org.hamcrest:hamcrest-core:1.3.0 (already listed)
- org.scala-sbt:test-interface:1.0.0
66 changes: 66 additions & 0 deletions changelog/0.2.0/toolkit-test_0.2.0_3_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Changelog for toolkit-test 0.2.0

## Changes to direct dependencies
- Added `org.scala-lang:toolkit_3:0.2.0` under `org.scala-lang:toolkit-test_3:0.2.0`

## Changes to transitive dependencies
- Added `com.lihaoyi:geny_3:1.0.0` under `com.lihaoyi:os-lib_3:0.9.1`
- Added `com.lihaoyi:geny_3:1.0.0` under `com.lihaoyi:upickle-core_3:3.1.0`
- Added `com.lihaoyi:os-lib_3:0.9.1` under `org.scala-lang:toolkit_3:0.2.0`
- Added `com.lihaoyi:ujson_3:3.1.0` under `com.lihaoyi:upickle_3:3.0.0`
- Added `com.lihaoyi:ujson_3:3.1.0` under `com.lihaoyi:upickle_3:3.1.0`
- Added `com.lihaoyi:upack_3:3.1.0` under `com.lihaoyi:upickle_3:3.0.0`
- Added `com.lihaoyi:upack_3:3.1.0` under `com.lihaoyi:upickle_3:3.1.0`
- Added `com.lihaoyi:upickle-core_3:3.1.0` under `com.lihaoyi:ujson_3:3.1.0`
- Added `com.lihaoyi:upickle-core_3:3.1.0` under `com.lihaoyi:upack_3:3.1.0`
- Added `com.lihaoyi:upickle-core_3:3.1.0` under `com.lihaoyi:upickle-implicits_3:3.1.0`
- Added `com.lihaoyi:upickle-implicits_3:3.1.0` under `com.lihaoyi:upickle_3:3.0.0`
- Added `com.lihaoyi:upickle-implicits_3:3.1.0` under `com.lihaoyi:upickle_3:3.1.0`
- Added `com.lihaoyi:upickle_3:3.0.0` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M1`
- Added `com.lihaoyi:upickle_3:3.1.0` under `org.scala-lang:toolkit_3:0.2.0`
- Added `com.softwaremill.sttp.client4:core_3:4.0.0-M1` under `com.softwaremill.sttp.client4:json-common_3:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:core_3:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:core_3:4.0.0-M1` under `org.scala-lang:toolkit_3:0.2.0`
- Added `com.softwaremill.sttp.client4:json-common_3:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:upickle_3:4.0.0-M1` under `org.scala-lang:toolkit_3:0.2.0`
- Added `com.softwaremill.sttp.model:core_3:1.5.5` under `com.softwaremill.sttp.client4:core_3:4.0.0-M1`
- Added `com.softwaremill.sttp.model:core_3:1.5.5` under `com.softwaremill.sttp.shared:ws_3:1.3.13`
- Added `com.softwaremill.sttp.shared:core_3:1.3.13` under `com.softwaremill.sttp.client4:core_3:4.0.0-M1`
- Added `com.softwaremill.sttp.shared:core_3:1.3.13` under `com.softwaremill.sttp.shared:ws_3:1.3.13`
- Added `com.softwaremill.sttp.shared:ws_3:1.3.13` under `com.softwaremill.sttp.client4:core_3:4.0.0-M1`

## Full dependency tree

- org.scala-lang:toolkit-test_3:0.2.0
- org.scala-lang:toolkit_3:0.2.0
- com.lihaoyi:os-lib_3:0.9.1
- com.lihaoyi:geny_3:1.0.0
- com.lihaoyi:upickle_3:3.1.0
- com.lihaoyi:ujson_3:3.1.0
- com.lihaoyi:upickle-core_3:3.1.0
- com.lihaoyi:geny_3:1.0.0 (already listed)
- com.lihaoyi:upack_3:3.1.0
- com.lihaoyi:upickle-core_3:3.1.0 (already listed)
- com.lihaoyi:upickle-implicits_3:3.1.0
- com.lihaoyi:upickle-core_3:3.1.0 (already listed)
- com.softwaremill.sttp.client4:core_3:4.0.0-M1
- com.softwaremill.sttp.model:core_3:1.5.5
- com.softwaremill.sttp.shared:core_3:1.3.13
- com.softwaremill.sttp.shared:ws_3:1.3.13
- com.softwaremill.sttp.model:core_3:1.5.5 (already listed)
- com.softwaremill.sttp.shared:core_3:1.3.13 (already listed)
- com.softwaremill.sttp.client4:upickle_3:4.0.0-M1
- com.lihaoyi:upickle_3:3.0.0
- com.lihaoyi:ujson_3:3.1.0 (already listed)
- com.lihaoyi:upack_3:3.1.0 (already listed)
- com.lihaoyi:upickle-implicits_3:3.1.0 (already listed)
- com.softwaremill.sttp.client4:core_3:4.0.0-M1 (already listed)
- com.softwaremill.sttp.client4:json-common_3:4.0.0-M1
- com.softwaremill.sttp.client4:core_3:4.0.0-M1 (already listed)
- org.scalameta:munit_3:1.0.0-M7
- junit:junit:4.13.1
- org.hamcrest:hamcrest-core:1.3.0
- org.scalameta:junit-interface:1.0.0-M7
- junit:junit:4.13.2
- org.hamcrest:hamcrest-core:1.3.0 (already listed)
- org.scala-sbt:test-interface:1.0.0
60 changes: 60 additions & 0 deletions changelog/0.2.0/toolkit-test_0.2.0_native0.4_2.13_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Changelog for toolkit-test 0.2.0

## Changes to direct dependencies
- Added `org.scala-lang:toolkit_native0.4_2.13:0.2.0` under `org.scala-lang:toolkit-test_native0.4_2.13:0.2.0`

## Changes to transitive dependencies
- Added `com.lihaoyi:geny_native0.4_2.13:1.0.0` under `com.lihaoyi:os-lib_native0.4_2.13:0.9.1`
- Added `com.lihaoyi:geny_native0.4_2.13:1.0.0` under `com.lihaoyi:upickle-core_native0.4_2.13:3.1.0`
- Added `com.lihaoyi:os-lib_native0.4_2.13:0.9.1` under `org.scala-lang:toolkit_native0.4_2.13:0.2.0`
- Added `com.lihaoyi:ujson_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.0.0`
- Added `com.lihaoyi:ujson_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.1.0`
- Added `com.lihaoyi:upack_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.0.0`
- Added `com.lihaoyi:upack_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.1.0`
- Added `com.lihaoyi:upickle-core_native0.4_2.13:3.1.0` under `com.lihaoyi:ujson_native0.4_2.13:3.1.0`
- Added `com.lihaoyi:upickle-core_native0.4_2.13:3.1.0` under `com.lihaoyi:upack_native0.4_2.13:3.1.0`
- Added `com.lihaoyi:upickle-core_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0`
- Added `com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.0.0`
- Added `com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.1.0`
- Added `com.lihaoyi:upickle_native0.4_2.13:3.0.0` under `com.softwaremill.sttp.client4:upickle_native0.4_2.13:4.0.0-M1`
- Added `com.lihaoyi:upickle_native0.4_2.13:3.1.0` under `org.scala-lang:toolkit_native0.4_2.13:0.2.0`
- Added `com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1` under `com.softwaremill.sttp.client4:json-common_native0.4_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_native0.4_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1` under `org.scala-lang:toolkit_native0.4_2.13:0.2.0`
- Added `com.softwaremill.sttp.client4:json-common_native0.4_2.13:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_native0.4_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:upickle_native0.4_2.13:4.0.0-M1` under `org.scala-lang:toolkit_native0.4_2.13:0.2.0`
- Added `com.softwaremill.sttp.model:core_native0.4_2.13:1.5.5` under `com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.model:core_native0.4_2.13:1.5.5` under `com.softwaremill.sttp.shared:ws_native0.4_2.13:1.3.13`
- Added `com.softwaremill.sttp.shared:core_native0.4_2.13:1.3.13` under `com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1`
- Added `com.softwaremill.sttp.shared:core_native0.4_2.13:1.3.13` under `com.softwaremill.sttp.shared:ws_native0.4_2.13:1.3.13`
- Added `com.softwaremill.sttp.shared:ws_native0.4_2.13:1.3.13` under `com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1`

## Full dependency tree

- org.scala-lang:toolkit-test_native0.4_2.13:0.2.0
- org.scala-lang:toolkit_native0.4_2.13:0.2.0
- com.lihaoyi:os-lib_native0.4_2.13:0.9.1
- com.lihaoyi:geny_native0.4_2.13:1.0.0
- com.lihaoyi:upickle_native0.4_2.13:3.1.0
- com.lihaoyi:ujson_native0.4_2.13:3.1.0
- com.lihaoyi:upickle-core_native0.4_2.13:3.1.0
- com.lihaoyi:geny_native0.4_2.13:1.0.0 (already listed)
- com.lihaoyi:upack_native0.4_2.13:3.1.0
- com.lihaoyi:upickle-core_native0.4_2.13:3.1.0 (already listed)
- com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0
- com.lihaoyi:upickle-core_native0.4_2.13:3.1.0 (already listed)
- com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1
- com.softwaremill.sttp.model:core_native0.4_2.13:1.5.5
- com.softwaremill.sttp.shared:core_native0.4_2.13:1.3.13
- com.softwaremill.sttp.shared:ws_native0.4_2.13:1.3.13
- com.softwaremill.sttp.model:core_native0.4_2.13:1.5.5 (already listed)
- com.softwaremill.sttp.shared:core_native0.4_2.13:1.3.13 (already listed)
- com.softwaremill.sttp.client4:upickle_native0.4_2.13:4.0.0-M1
- com.lihaoyi:upickle_native0.4_2.13:3.0.0
- com.lihaoyi:ujson_native0.4_2.13:3.1.0 (already listed)
- com.lihaoyi:upack_native0.4_2.13:3.1.0 (already listed)
- com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0 (already listed)
- com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1 (already listed)
- com.softwaremill.sttp.client4:json-common_native0.4_2.13:4.0.0-M1
- com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1 (already listed)
- org.scalameta:munit_native0.4_2.13:1.0.0-M7
60 changes: 60 additions & 0 deletions changelog/0.2.0/toolkit-test_0.2.0_native0.4_3_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Changelog for toolkit-test 0.2.0

## Changes to direct dependencies
- Added `org.scala-lang:toolkit_native0.4_3:0.2.0` under `org.scala-lang:toolkit-test_native0.4_3:0.2.0`

## Changes to transitive dependencies
- Added `com.lihaoyi:geny_native0.4_3:1.0.0` under `com.lihaoyi:os-lib_native0.4_3:0.9.1`
- Added `com.lihaoyi:geny_native0.4_3:1.0.0` under `com.lihaoyi:upickle-core_native0.4_3:3.1.0`
- Added `com.lihaoyi:os-lib_native0.4_3:0.9.1` under `org.scala-lang:toolkit_native0.4_3:0.2.0`
- Added `com.lihaoyi:ujson_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.0.0`
- Added `com.lihaoyi:ujson_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.1.0`
- Added `com.lihaoyi:upack_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.0.0`
- Added `com.lihaoyi:upack_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.1.0`
- Added `com.lihaoyi:upickle-core_native0.4_3:3.1.0` under `com.lihaoyi:ujson_native0.4_3:3.1.0`
- Added `com.lihaoyi:upickle-core_native0.4_3:3.1.0` under `com.lihaoyi:upack_native0.4_3:3.1.0`
- Added `com.lihaoyi:upickle-core_native0.4_3:3.1.0` under `com.lihaoyi:upickle-implicits_native0.4_3:3.1.0`
- Added `com.lihaoyi:upickle-implicits_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.0.0`
- Added `com.lihaoyi:upickle-implicits_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.1.0`
- Added `com.lihaoyi:upickle_native0.4_3:3.0.0` under `com.softwaremill.sttp.client4:upickle_native0.4_3:4.0.0-M1`
- Added `com.lihaoyi:upickle_native0.4_3:3.1.0` under `org.scala-lang:toolkit_native0.4_3:0.2.0`
- Added `com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1` under `com.softwaremill.sttp.client4:json-common_native0.4_3:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_native0.4_3:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1` under `org.scala-lang:toolkit_native0.4_3:0.2.0`
- Added `com.softwaremill.sttp.client4:json-common_native0.4_3:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_native0.4_3:4.0.0-M1`
- Added `com.softwaremill.sttp.client4:upickle_native0.4_3:4.0.0-M1` under `org.scala-lang:toolkit_native0.4_3:0.2.0`
- Added `com.softwaremill.sttp.model:core_native0.4_3:1.5.5` under `com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1`
- Added `com.softwaremill.sttp.model:core_native0.4_3:1.5.5` under `com.softwaremill.sttp.shared:ws_native0.4_3:1.3.13`
- Added `com.softwaremill.sttp.shared:core_native0.4_3:1.3.13` under `com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1`
- Added `com.softwaremill.sttp.shared:core_native0.4_3:1.3.13` under `com.softwaremill.sttp.shared:ws_native0.4_3:1.3.13`
- Added `com.softwaremill.sttp.shared:ws_native0.4_3:1.3.13` under `com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1`

## Full dependency tree

- org.scala-lang:toolkit-test_native0.4_3:0.2.0
- org.scala-lang:toolkit_native0.4_3:0.2.0
- com.lihaoyi:os-lib_native0.4_3:0.9.1
- com.lihaoyi:geny_native0.4_3:1.0.0
- com.lihaoyi:upickle_native0.4_3:3.1.0
- com.lihaoyi:ujson_native0.4_3:3.1.0
- com.lihaoyi:upickle-core_native0.4_3:3.1.0
- com.lihaoyi:geny_native0.4_3:1.0.0 (already listed)
- com.lihaoyi:upack_native0.4_3:3.1.0
- com.lihaoyi:upickle-core_native0.4_3:3.1.0 (already listed)
- com.lihaoyi:upickle-implicits_native0.4_3:3.1.0
- com.lihaoyi:upickle-core_native0.4_3:3.1.0 (already listed)
- com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1
- com.softwaremill.sttp.model:core_native0.4_3:1.5.5
- com.softwaremill.sttp.shared:core_native0.4_3:1.3.13
- com.softwaremill.sttp.shared:ws_native0.4_3:1.3.13
- com.softwaremill.sttp.model:core_native0.4_3:1.5.5 (already listed)
- com.softwaremill.sttp.shared:core_native0.4_3:1.3.13 (already listed)
- com.softwaremill.sttp.client4:upickle_native0.4_3:4.0.0-M1
- com.lihaoyi:upickle_native0.4_3:3.0.0
- com.lihaoyi:ujson_native0.4_3:3.1.0 (already listed)
- com.lihaoyi:upack_native0.4_3:3.1.0 (already listed)
- com.lihaoyi:upickle-implicits_native0.4_3:3.1.0 (already listed)
- com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1 (already listed)
- com.softwaremill.sttp.client4:json-common_native0.4_3:4.0.0-M1
- com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1 (already listed)
- org.scalameta:munit_native0.4_3:1.0.0-M7
Loading