Skip to content
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

Update dependencies and update Scala Native version to 0.5 #48

Merged
merged 7 commits into from
May 15, 2024
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: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
PGP_KEY_ID: ${{ steps.import_gpg.outputs.fingerprint }}

- name: Local publish Toolkit for native
run: scala-cli --power publish local --cross --native --native-version 0.4.17 Toolkit.scala publish-conf.scala --gpg-key $PGP_KEY_ID --gpg-option --pinentry-mode --gpg-option loopback --gpg-option --passphrase --gpg-option $PGP_PASSWORD
run: scala-cli --power publish local --cross --native Toolkit.scala publish-conf.scala --gpg-key $PGP_KEY_ID --gpg-option --pinentry-mode --gpg-option loopback --gpg-option --passphrase --gpg-option $PGP_PASSWORD
env:
PGP_KEY_ID: ${{ steps.import_gpg.outputs.fingerprint }}

Expand All @@ -64,7 +64,7 @@ jobs:
PGP_KEY_ID: ${{ steps.import_gpg.outputs.fingerprint }}

- name: Publish Toolkit for native
run: scala-cli --power publish --cross --native --native-version 0.4.17 Toolkit.scala publish-conf.scala --password env:OSSRH_PASSWORD --user env:OSSRH_USERNAME --gpg-key $PGP_KEY_ID --gpg-option --pinentry-mode --gpg-option loopback --gpg-option --passphrase --gpg-option $PGP_PASSWORD
run: scala-cli --power publish --cross --native Toolkit.scala publish-conf.scala --password env:OSSRH_PASSWORD --user env:OSSRH_USERNAME --gpg-key $PGP_KEY_ID --gpg-option --pinentry-mode --gpg-option loopback --gpg-option --passphrase --gpg-option $PGP_PASSWORD
continue-on-error: true
env:
PGP_KEY_ID: ${{ steps.import_gpg.outputs.fingerprint }}
Expand All @@ -83,7 +83,7 @@ jobs:
PGP_KEY_ID: ${{ steps.import_gpg.outputs.fingerprint }}

- name: Publish Toolkit Test for native
run: scala-cli --power publish --dependency "org.scala-lang::toolkit::$TOOLKIT_VERSION" --cross --native --native-version 0.4.17 ToolkitTest.scala publish-conf.scala --password env:OSSRH_PASSWORD --user env:OSSRH_USERNAME --gpg-key $PGP_KEY_ID --gpg-option --pinentry-mode --gpg-option loopback --gpg-option --passphrase --gpg-option $PGP_PASSWORD
run: scala-cli --power publish --dependency "org.scala-lang::toolkit::$TOOLKIT_VERSION" --cross --native ToolkitTest.scala publish-conf.scala --password env:OSSRH_PASSWORD --user env:OSSRH_USERNAME --gpg-key $PGP_KEY_ID --gpg-option --pinentry-mode --gpg-option loopback --gpg-option --passphrase --gpg-option $PGP_PASSWORD
continue-on-error: true
env:
TOOLKIT_VERSION: ${{ github.ref_name }}
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test examples
name: Tests

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
test:
name: Test examples
name: Tests
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -26,6 +26,11 @@ jobs:
- name: Check changelog compliance
run: scala-cli changelog

- name: Install libidn2-dev libcurl3-dev for sttp on Native
run: |
sudo apt-get update
sudo apt-get install libidn2-dev libcurl3-dev

- name: Run cross-platform tests
run: scala-cli test tests/CrossPlatform.test.scala

Expand Down
6 changes: 3 additions & 3 deletions Toolkit.js.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala 2.13, 3.3
//> using publish.name toolkit
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M12
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M12
//> using dep com.lihaoyi::upickle::3.2.0
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M14
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M14
//> using dep com.lihaoyi::upickle::3.3.0
8 changes: 4 additions & 4 deletions Toolkit.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//> using scala 2.13, 3.3
//> using publish.name toolkit
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M12
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M12
//> using dep com.lihaoyi::upickle::3.2.0
//> using dep com.lihaoyi::os-lib::0.9.3
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M14
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M14
//> using dep com.lihaoyi::upickle::3.3.0
//> using dep com.lihaoyi::os-lib::0.10.0
2 changes: 1 addition & 1 deletion ToolkitTest.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//> using scala 2.13, 3.3
//> using publish.name toolkit-test
//> using dep org.scalameta::munit::1.0.0-M11
//> using dep org.scalameta::munit::1.0.0-RC1

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions changelog/0.4.0/json/toolkit-test_0.4.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.

1 change: 1 addition & 0 deletions changelog/0.4.0/json/toolkit_0.4.0_2.13_changelog.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions changelog/0.4.0/json/toolkit_0.4.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.

1 change: 1 addition & 0 deletions changelog/0.4.0/json/toolkit_0.4.0_sjs1_3_changelog.json

Large diffs are not rendered by default.

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

## Changes to direct dependencies
- Updated `org.scala-lang:toolkit_2.13:0.3.0` from `0.3.0` to `0.4.0` under `org.scala-lang:toolkit-test_2.13:0.4.0`
- Updated `org.scalameta:munit_2.13:1.0.0-M11` from `1.0.0-M11` to `1.0.0-RC1` under `org.scala-lang:toolkit-test_2.13:0.4.0` ILLEGAL CHANGE (required at least: MajorUpdate)

## Changes to transitive dependencies
- Added `org.scalameta:munit-diff_2.13:1.0.0-RC1` under `org.scalameta:munit_2.13:1.0.0-RC1`
- Updated `com.lihaoyi:geny_2.13:1.0.0` from `1.0.0` to `1.1.0` under `com.lihaoyi:os-lib_2.13:0.10.0`
- Updated `com.lihaoyi:geny_2.13:1.0.0` from `1.0.0` to `1.1.0` under `com.lihaoyi:upickle-core_2.13:3.3.0`
- Updated `com.lihaoyi:os-lib_2.13:0.9.3` from `0.9.3` to `0.10.0` under `org.scala-lang:toolkit_2.13:0.4.0`
- Updated `com.lihaoyi:ujson_2.13:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upickle_2.13:3.3.0`
- Updated `com.lihaoyi:upack_2.13:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upickle_2.13:3.3.0`
- Updated `com.lihaoyi:upickle-core_2.13:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:ujson_2.13:3.3.0`
- Updated `com.lihaoyi:upickle-core_2.13:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upack_2.13:3.3.0`
- Updated `com.lihaoyi:upickle-core_2.13:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upickle-implicits_2.13:3.3.0`
- Updated `com.lihaoyi:upickle-implicits_2.13:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upickle_2.13:3.3.0`
- Updated `com.lihaoyi:upickle_2.13:3.1.4` from `3.1.4` to `3.3.0` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M14`
- Updated `com.lihaoyi:upickle_2.13:3.2.0` from `3.2.0` to `3.3.0` under `org.scala-lang:toolkit_2.13:0.4.0`
- Updated `com.softwaremill.sttp.client4:core_2.13:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M14` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_2.13:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M14` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_2.13:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `org.scala-lang:toolkit_2.13:0.4.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M14` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `org.scala-lang:toolkit_2.13:0.4.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.model:core_2.13:1.6.0` from `1.6.0` to `1.7.10` under `com.softwaremill.sttp.shared:ws_2.13:1.3.18`
- Updated `com.softwaremill.sttp.model:core_2.13:1.7.9` from `1.7.9` to `1.7.10` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M14`
- Updated `com.softwaremill.sttp.shared:core_2.13:1.3.17` from `1.3.17` to `1.3.18` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M14`
- Updated `com.softwaremill.sttp.shared:core_2.13:1.3.17` from `1.3.17` to `1.3.18` under `com.softwaremill.sttp.shared:ws_2.13:1.3.18`
- Updated `com.softwaremill.sttp.shared:ws_2.13:1.3.17` from `1.3.17` to `1.3.18` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M14`
- Updated `org.scalameta:junit-interface:1.0.0-M11` from `1.0.0-M11` to `1.0.0-RC1` under `org.scalameta:munit_2.13:1.0.0-RC1` ILLEGAL CHANGE (required at least: MajorUpdate)

## Full dependency tree

- org.scala-lang:toolkit-test_2.13:0.4.0
- org.scala-lang:toolkit_2.13:0.4.0
- com.lihaoyi:os-lib_2.13:0.10.0
- com.lihaoyi:geny_2.13:1.1.0
- com.lihaoyi:upickle_2.13:3.3.0
- com.lihaoyi:ujson_2.13:3.3.0
- com.lihaoyi:upickle-core_2.13:3.3.0
- com.lihaoyi:geny_2.13:1.1.0 (already listed)
- com.lihaoyi:upack_2.13:3.3.0
- com.lihaoyi:upickle-core_2.13:3.3.0 (already listed)
- com.lihaoyi:upickle-implicits_2.13:3.3.0
- com.lihaoyi:upickle-core_2.13:3.3.0 (already listed)
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M14
- com.softwaremill.sttp.model:core_2.13:1.7.10
- com.softwaremill.sttp.shared:core_2.13:1.3.18
- com.softwaremill.sttp.shared:ws_2.13:1.3.18
- com.softwaremill.sttp.model:core_2.13:1.7.10 (already listed)
- com.softwaremill.sttp.shared:core_2.13:1.3.18 (already listed)
- com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M14
- com.lihaoyi:upickle_2.13:3.3.0 (already listed)
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M14 (already listed)
- com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M14
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M14 (already listed)
- org.scalameta:munit_2.13:1.0.0-RC1
- junit:junit:4.13.2
- org.hamcrest:hamcrest-core:1.3.0
- org.scalameta:junit-interface:1.0.0-RC1
- junit:junit:4.13.2 (already listed)
- org.scala-sbt:test-interface:1.0.0
- org.scalameta:munit-diff_2.13:1.0.0-RC1
63 changes: 63 additions & 0 deletions changelog/0.4.0/toolkit-test_0.4.0_3_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Changelog for toolkit-test

## Changes to direct dependencies
- Updated `org.scala-lang:toolkit_3:0.3.0` from `0.3.0` to `0.4.0` under `org.scala-lang:toolkit-test_3:0.4.0`
- Updated `org.scalameta:munit_3:1.0.0-M11` from `1.0.0-M11` to `1.0.0-RC1` under `org.scala-lang:toolkit-test_3:0.4.0` ILLEGAL CHANGE (required at least: MajorUpdate)

## Changes to transitive dependencies
- Added `org.scalameta:munit-diff_3:1.0.0-RC1` under `org.scalameta:munit_3:1.0.0-RC1`
- Updated `com.lihaoyi:geny_3:1.0.0` from `1.0.0` to `1.1.0` under `com.lihaoyi:os-lib_3:0.10.0`
- Updated `com.lihaoyi:geny_3:1.0.0` from `1.0.0` to `1.1.0` under `com.lihaoyi:upickle-core_3:3.3.0`
- Updated `com.lihaoyi:os-lib_3:0.9.3` from `0.9.3` to `0.10.0` under `org.scala-lang:toolkit_3:0.4.0`
- Updated `com.lihaoyi:ujson_3:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upickle_3:3.3.0`
- Updated `com.lihaoyi:upack_3:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upickle_3:3.3.0`
- Updated `com.lihaoyi:upickle-core_3:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:ujson_3:3.3.0`
- Updated `com.lihaoyi:upickle-core_3:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upack_3:3.3.0`
- Updated `com.lihaoyi:upickle-core_3:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upickle-implicits_3:3.3.0`
- Updated `com.lihaoyi:upickle-implicits_3:3.2.0` from `3.2.0` to `3.3.0` under `com.lihaoyi:upickle_3:3.3.0`
- Updated `com.lihaoyi:upickle_3:3.1.4` from `3.1.4` to `3.3.0` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M14`
- Updated `com.lihaoyi:upickle_3:3.2.0` from `3.2.0` to `3.3.0` under `org.scala-lang:toolkit_3:0.4.0`
- Updated `com.softwaremill.sttp.client4:core_3:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `com.softwaremill.sttp.client4:json-common_3:4.0.0-M14` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_3:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M14` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_3:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `org.scala-lang:toolkit_3:0.4.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:json-common_3:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M14` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:upickle_3:4.0.0-M12` from `4.0.0-M12` to `4.0.0-M14` under `org.scala-lang:toolkit_3:0.4.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.model:core_3:1.6.0` from `1.6.0` to `1.7.10` under `com.softwaremill.sttp.shared:ws_3:1.3.18`
- Updated `com.softwaremill.sttp.model:core_3:1.7.9` from `1.7.9` to `1.7.10` under `com.softwaremill.sttp.client4:core_3:4.0.0-M14`
- Updated `com.softwaremill.sttp.shared:core_3:1.3.17` from `1.3.17` to `1.3.18` under `com.softwaremill.sttp.client4:core_3:4.0.0-M14`
- Updated `com.softwaremill.sttp.shared:core_3:1.3.17` from `1.3.17` to `1.3.18` under `com.softwaremill.sttp.shared:ws_3:1.3.18`
- Updated `com.softwaremill.sttp.shared:ws_3:1.3.17` from `1.3.17` to `1.3.18` under `com.softwaremill.sttp.client4:core_3:4.0.0-M14`
- Updated `org.scalameta:junit-interface:1.0.0-M11` from `1.0.0-M11` to `1.0.0-RC1` under `org.scalameta:munit_3:1.0.0-RC1` ILLEGAL CHANGE (required at least: MajorUpdate)

## Full dependency tree

- org.scala-lang:toolkit-test_3:0.4.0
- org.scala-lang:toolkit_3:0.4.0
- com.lihaoyi:os-lib_3:0.10.0
- com.lihaoyi:geny_3:1.1.0
- com.lihaoyi:upickle_3:3.3.0
- com.lihaoyi:ujson_3:3.3.0
- com.lihaoyi:upickle-core_3:3.3.0
- com.lihaoyi:geny_3:1.1.0 (already listed)
- com.lihaoyi:upack_3:3.3.0
- com.lihaoyi:upickle-core_3:3.3.0 (already listed)
- com.lihaoyi:upickle-implicits_3:3.3.0
- com.lihaoyi:upickle-core_3:3.3.0 (already listed)
- com.softwaremill.sttp.client4:core_3:4.0.0-M14
- com.softwaremill.sttp.model:core_3:1.7.10
- com.softwaremill.sttp.shared:core_3:1.3.18
- com.softwaremill.sttp.shared:ws_3:1.3.18
- com.softwaremill.sttp.model:core_3:1.7.10 (already listed)
- com.softwaremill.sttp.shared:core_3:1.3.18 (already listed)
- com.softwaremill.sttp.client4:upickle_3:4.0.0-M14
- com.lihaoyi:upickle_3:3.3.0 (already listed)
- com.softwaremill.sttp.client4:core_3:4.0.0-M14 (already listed)
- com.softwaremill.sttp.client4:json-common_3:4.0.0-M14
- com.softwaremill.sttp.client4:core_3:4.0.0-M14 (already listed)
- org.scalameta:munit_3:1.0.0-RC1
- junit:junit:4.13.2
- org.hamcrest:hamcrest-core:1.3.0
- org.scalameta:junit-interface:1.0.0-RC1
- junit:junit:4.13.2 (already listed)
- org.scala-sbt:test-interface:1.0.0
- org.scalameta:munit-diff_3:1.0.0-RC1
55 changes: 55 additions & 0 deletions changelog/0.4.0/toolkit-test_0.4.0_native0.5_2.13_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Changelog for toolkit-test

## Changes to transitive dependencies
- Added `com.lihaoyi:geny_native0.5_2.13:1.1.0` under `com.lihaoyi:os-lib_native0.5_2.13:0.10.0`
- Added `com.lihaoyi:geny_native0.5_2.13:1.1.0` under `com.lihaoyi:upickle-core_native0.5_2.13:3.3.0`
- Added `com.lihaoyi:os-lib_native0.5_2.13:0.10.0` under `org.scala-lang:toolkit_native0.5_2.13:0.4.0`
- Added `com.lihaoyi:ujson_native0.5_2.13:3.3.0` under `com.lihaoyi:upickle_native0.5_2.13:3.3.0`
- Added `com.lihaoyi:upack_native0.5_2.13:3.3.0` under `com.lihaoyi:upickle_native0.5_2.13:3.3.0`
- Added `com.lihaoyi:upickle-core_native0.5_2.13:3.3.0` under `com.lihaoyi:ujson_native0.5_2.13:3.3.0`
- Added `com.lihaoyi:upickle-core_native0.5_2.13:3.3.0` under `com.lihaoyi:upack_native0.5_2.13:3.3.0`
- Added `com.lihaoyi:upickle-core_native0.5_2.13:3.3.0` under `com.lihaoyi:upickle-implicits_native0.5_2.13:3.3.0`
- Added `com.lihaoyi:upickle-implicits_native0.5_2.13:3.3.0` under `com.lihaoyi:upickle_native0.5_2.13:3.3.0`
- Added `com.lihaoyi:upickle_native0.5_2.13:3.3.0` under `com.softwaremill.sttp.client4:upickle_native0.5_2.13:4.0.0-M14`
- Added `com.lihaoyi:upickle_native0.5_2.13:3.3.0` under `org.scala-lang:toolkit_native0.5_2.13:0.4.0`
- Added `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M14` under `com.softwaremill.sttp.client4:json-common_native0.5_2.13:4.0.0-M14`
- Added `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M14` under `com.softwaremill.sttp.client4:upickle_native0.5_2.13:4.0.0-M14`
- Added `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M14` under `org.scala-lang:toolkit_native0.5_2.13:0.4.0`
- Added `com.softwaremill.sttp.client4:json-common_native0.5_2.13:4.0.0-M14` under `com.softwaremill.sttp.client4:upickle_native0.5_2.13:4.0.0-M14`
- Added `com.softwaremill.sttp.client4:upickle_native0.5_2.13:4.0.0-M14` under `org.scala-lang:toolkit_native0.5_2.13:0.4.0`
- Added `com.softwaremill.sttp.model:core_native0.5_2.13:1.7.10` under `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M14`
- Added `com.softwaremill.sttp.model:core_native0.5_2.13:1.7.10` under `com.softwaremill.sttp.shared:ws_native0.5_2.13:1.3.18`
- Added `com.softwaremill.sttp.shared:core_native0.5_2.13:1.3.18` under `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M14`
- Added `com.softwaremill.sttp.shared:core_native0.5_2.13:1.3.18` under `com.softwaremill.sttp.shared:ws_native0.5_2.13:1.3.18`
- Added `com.softwaremill.sttp.shared:ws_native0.5_2.13:1.3.18` under `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M14`
- Added `org.scala-lang:toolkit_native0.5_2.13:0.4.0` under `org.scala-lang:toolkit-test_native0.5_2.13:0.4.0`
- Added `org.scalameta:munit-diff_native0.5_2.13:1.0.0-RC1` under `org.scalameta:munit_native0.5_2.13:1.0.0-RC1`
- Added `org.scalameta:munit_native0.5_2.13:1.0.0-RC1` under `org.scala-lang:toolkit-test_native0.5_2.13:0.4.0`

## Full dependency tree

- org.scala-lang:toolkit-test_native0.5_2.13:0.4.0
- org.scala-lang:toolkit_native0.5_2.13:0.4.0
- com.lihaoyi:os-lib_native0.5_2.13:0.10.0
- com.lihaoyi:geny_native0.5_2.13:1.1.0
- com.lihaoyi:upickle_native0.5_2.13:3.3.0
- com.lihaoyi:ujson_native0.5_2.13:3.3.0
- com.lihaoyi:upickle-core_native0.5_2.13:3.3.0
- com.lihaoyi:geny_native0.5_2.13:1.1.0 (already listed)
- com.lihaoyi:upack_native0.5_2.13:3.3.0
- com.lihaoyi:upickle-core_native0.5_2.13:3.3.0 (already listed)
- com.lihaoyi:upickle-implicits_native0.5_2.13:3.3.0
- com.lihaoyi:upickle-core_native0.5_2.13:3.3.0 (already listed)
- com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M14
- com.softwaremill.sttp.model:core_native0.5_2.13:1.7.10
- com.softwaremill.sttp.shared:core_native0.5_2.13:1.3.18
- com.softwaremill.sttp.shared:ws_native0.5_2.13:1.3.18
- com.softwaremill.sttp.model:core_native0.5_2.13:1.7.10 (already listed)
- com.softwaremill.sttp.shared:core_native0.5_2.13:1.3.18 (already listed)
- com.softwaremill.sttp.client4:upickle_native0.5_2.13:4.0.0-M14
- com.lihaoyi:upickle_native0.5_2.13:3.3.0 (already listed)
- com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M14 (already listed)
- com.softwaremill.sttp.client4:json-common_native0.5_2.13:4.0.0-M14
- com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M14 (already listed)
- org.scalameta:munit_native0.5_2.13:1.0.0-RC1
- org.scalameta:munit-diff_native0.5_2.13:1.0.0-RC1
Loading
Loading