Skip to content

Commit 758c63e

Browse files
authored
Merge pull request #25 from scala/tree-ci
Changelog generation & testing
2 parents aa13bba + af51419 commit 758c63e

33 files changed

+1255
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525

2626
- name: Setup Scala CLI
2727
uses: VirtusLab/scala-cli-setup@main
28+
29+
- name: Test changelog and dependency tree semver compliance
30+
run: |
31+
scala-cli checks -- --module-name toolkit --file Toolkit.scala --skip js
32+
scala-cli checks -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native
33+
scala-cli checks -- --module-name toolkit-test --file ToolkitTest.scala --module-dep toolkit
2834
2935
- name: Import GPG key
3036
id: import_gpg

.github/workflows/test.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
- name: Setup Scala CLI
2121
uses: VirtusLab/scala-cli-setup@main
2222

23+
- name: Test changelog and dependency tree semver compliance
24+
run: |
25+
scala-cli checks -- --module-name toolkit --file Toolkit.scala --skip js
26+
scala-cli checks -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native
27+
scala-cli checks -- --module-name toolkit-test --file ToolkitTest.scala --module-dep toolkit
28+
2329
- name: Run test examples
2430
run: |
2531
cd examples
@@ -35,3 +41,5 @@ jobs:
3541
do
3642
scala-cli test "$file"
3743
done
44+
- name: Run checks tests
45+
run: scala-cli test checks

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,16 @@ You can already use it from [Scala CLI](https://scala-cli.virtuslab.org/):
77
```scala
88
//> using toolkit latest
99
```
10+
1011
Or by including the latest Toolkit artifact in your build file: `org.scala-lang::toolkit:0.2.0`
12+
13+
## Dependencies changelog
14+
In the `changelog` directory you can find a list of changes in the dependencies of the Scala Toolkit, including transitive ones.
15+
16+
### Generate or update changelog
17+
To generate or update the changelog, run the following command:
18+
```shell
19+
scala-cli checks -- --module-name toolkit --file Toolkit.scala --skip js --overwrite
20+
scala-cli checks -- --module-name toolkit --file Toolkit.js.scala --skip jvm --skip native --overwrite
21+
scala-cli checks -- --module-name toolkit-test --file ToolkitTest.scala --overwrite --module-dep toolkit
22+
```

changelog/0.2.0/json/toolkit-test_0.2.0_2.13_changelog.json

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

changelog/0.2.0/json/toolkit-test_0.2.0_3_changelog.json

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

changelog/0.2.0/json/toolkit-test_0.2.0_native0.4_2.13_changelog.json

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

changelog/0.2.0/json/toolkit-test_0.2.0_native0.4_3_changelog.json

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

changelog/0.2.0/json/toolkit-test_0.2.0_sjs1_2.13_changelog.json

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

changelog/0.2.0/json/toolkit-test_0.2.0_sjs1_3_changelog.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Changelog for toolkit-test 0.2.0
2+
3+
## Changes to direct dependencies
4+
- Added `org.scala-lang:toolkit_2.13:0.2.0` under `org.scala-lang:toolkit-test_2.13:0.2.0`
5+
6+
## Changes to transitive dependencies
7+
- Added `com.lihaoyi:geny_2.13:1.0.0` under `com.lihaoyi:os-lib_2.13:0.9.1`
8+
- Added `com.lihaoyi:geny_2.13:1.0.0` under `com.lihaoyi:upickle-core_2.13:3.1.0`
9+
- Added `com.lihaoyi:os-lib_2.13:0.9.1` under `org.scala-lang:toolkit_2.13:0.2.0`
10+
- Added `com.lihaoyi:ujson_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.0.0`
11+
- Added `com.lihaoyi:ujson_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.1.0`
12+
- Added `com.lihaoyi:upack_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.0.0`
13+
- Added `com.lihaoyi:upack_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.1.0`
14+
- Added `com.lihaoyi:upickle-core_2.13:3.1.0` under `com.lihaoyi:ujson_2.13:3.1.0`
15+
- Added `com.lihaoyi:upickle-core_2.13:3.1.0` under `com.lihaoyi:upack_2.13:3.1.0`
16+
- Added `com.lihaoyi:upickle-core_2.13:3.1.0` under `com.lihaoyi:upickle-implicits_2.13:3.1.0`
17+
- Added `com.lihaoyi:upickle-implicits_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.0.0`
18+
- Added `com.lihaoyi:upickle-implicits_2.13:3.1.0` under `com.lihaoyi:upickle_2.13:3.1.0`
19+
- Added `com.lihaoyi:upickle_2.13:3.0.0` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M1`
20+
- Added `com.lihaoyi:upickle_2.13:3.1.0` under `org.scala-lang:toolkit_2.13:0.2.0`
21+
- 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`
22+
- Added `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M1`
23+
- Added `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1` under `org.scala-lang:toolkit_2.13:0.2.0`
24+
- 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`
25+
- Added `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M1` under `org.scala-lang:toolkit_2.13:0.2.0`
26+
- Added `com.softwaremill.sttp.model:core_2.13:1.5.5` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1`
27+
- Added `com.softwaremill.sttp.model:core_2.13:1.5.5` under `com.softwaremill.sttp.shared:ws_2.13:1.3.13`
28+
- Added `com.softwaremill.sttp.shared:core_2.13:1.3.13` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1`
29+
- Added `com.softwaremill.sttp.shared:core_2.13:1.3.13` under `com.softwaremill.sttp.shared:ws_2.13:1.3.13`
30+
- Added `com.softwaremill.sttp.shared:ws_2.13:1.3.13` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M1`
31+
32+
## Full dependency tree
33+
34+
- org.scala-lang:toolkit-test_2.13:0.2.0
35+
- org.scala-lang:toolkit_2.13:0.2.0
36+
- com.lihaoyi:os-lib_2.13:0.9.1
37+
- com.lihaoyi:geny_2.13:1.0.0
38+
- com.lihaoyi:upickle_2.13:3.1.0
39+
- com.lihaoyi:ujson_2.13:3.1.0
40+
- com.lihaoyi:upickle-core_2.13:3.1.0
41+
- com.lihaoyi:geny_2.13:1.0.0 (already listed)
42+
- com.lihaoyi:upack_2.13:3.1.0
43+
- com.lihaoyi:upickle-core_2.13:3.1.0 (already listed)
44+
- com.lihaoyi:upickle-implicits_2.13:3.1.0
45+
- com.lihaoyi:upickle-core_2.13:3.1.0 (already listed)
46+
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M1
47+
- com.softwaremill.sttp.model:core_2.13:1.5.5
48+
- com.softwaremill.sttp.shared:core_2.13:1.3.13
49+
- com.softwaremill.sttp.shared:ws_2.13:1.3.13
50+
- com.softwaremill.sttp.model:core_2.13:1.5.5 (already listed)
51+
- com.softwaremill.sttp.shared:core_2.13:1.3.13 (already listed)
52+
- com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M1
53+
- com.lihaoyi:upickle_2.13:3.0.0
54+
- com.lihaoyi:ujson_2.13:3.1.0 (already listed)
55+
- com.lihaoyi:upack_2.13:3.1.0 (already listed)
56+
- com.lihaoyi:upickle-implicits_2.13:3.1.0 (already listed)
57+
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M1 (already listed)
58+
- com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M1
59+
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M1 (already listed)
60+
- org.scalameta:munit_2.13:1.0.0-M7
61+
- junit:junit:4.13.1
62+
- org.hamcrest:hamcrest-core:1.3.0
63+
- org.scalameta:junit-interface:1.0.0-M7
64+
- junit:junit:4.13.2
65+
- org.hamcrest:hamcrest-core:1.3.0 (already listed)
66+
- org.scala-sbt:test-interface:1.0.0
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Changelog for toolkit-test 0.2.0
2+
3+
## Changes to direct dependencies
4+
- Added `org.scala-lang:toolkit_3:0.2.0` under `org.scala-lang:toolkit-test_3:0.2.0`
5+
6+
## Changes to transitive dependencies
7+
- Added `com.lihaoyi:geny_3:1.0.0` under `com.lihaoyi:os-lib_3:0.9.1`
8+
- Added `com.lihaoyi:geny_3:1.0.0` under `com.lihaoyi:upickle-core_3:3.1.0`
9+
- Added `com.lihaoyi:os-lib_3:0.9.1` under `org.scala-lang:toolkit_3:0.2.0`
10+
- Added `com.lihaoyi:ujson_3:3.1.0` under `com.lihaoyi:upickle_3:3.0.0`
11+
- Added `com.lihaoyi:ujson_3:3.1.0` under `com.lihaoyi:upickle_3:3.1.0`
12+
- Added `com.lihaoyi:upack_3:3.1.0` under `com.lihaoyi:upickle_3:3.0.0`
13+
- Added `com.lihaoyi:upack_3:3.1.0` under `com.lihaoyi:upickle_3:3.1.0`
14+
- Added `com.lihaoyi:upickle-core_3:3.1.0` under `com.lihaoyi:ujson_3:3.1.0`
15+
- Added `com.lihaoyi:upickle-core_3:3.1.0` under `com.lihaoyi:upack_3:3.1.0`
16+
- Added `com.lihaoyi:upickle-core_3:3.1.0` under `com.lihaoyi:upickle-implicits_3:3.1.0`
17+
- Added `com.lihaoyi:upickle-implicits_3:3.1.0` under `com.lihaoyi:upickle_3:3.0.0`
18+
- Added `com.lihaoyi:upickle-implicits_3:3.1.0` under `com.lihaoyi:upickle_3:3.1.0`
19+
- Added `com.lihaoyi:upickle_3:3.0.0` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M1`
20+
- Added `com.lihaoyi:upickle_3:3.1.0` under `org.scala-lang:toolkit_3:0.2.0`
21+
- Added `com.softwaremill.sttp.client4:core_3:4.0.0-M1` under `com.softwaremill.sttp.client4:json-common_3:4.0.0-M1`
22+
- Added `com.softwaremill.sttp.client4:core_3:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M1`
23+
- Added `com.softwaremill.sttp.client4:core_3:4.0.0-M1` under `org.scala-lang:toolkit_3:0.2.0`
24+
- Added `com.softwaremill.sttp.client4:json-common_3:4.0.0-M1` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M1`
25+
- Added `com.softwaremill.sttp.client4:upickle_3:4.0.0-M1` under `org.scala-lang:toolkit_3:0.2.0`
26+
- Added `com.softwaremill.sttp.model:core_3:1.5.5` under `com.softwaremill.sttp.client4:core_3:4.0.0-M1`
27+
- Added `com.softwaremill.sttp.model:core_3:1.5.5` under `com.softwaremill.sttp.shared:ws_3:1.3.13`
28+
- Added `com.softwaremill.sttp.shared:core_3:1.3.13` under `com.softwaremill.sttp.client4:core_3:4.0.0-M1`
29+
- Added `com.softwaremill.sttp.shared:core_3:1.3.13` under `com.softwaremill.sttp.shared:ws_3:1.3.13`
30+
- Added `com.softwaremill.sttp.shared:ws_3:1.3.13` under `com.softwaremill.sttp.client4:core_3:4.0.0-M1`
31+
32+
## Full dependency tree
33+
34+
- org.scala-lang:toolkit-test_3:0.2.0
35+
- org.scala-lang:toolkit_3:0.2.0
36+
- com.lihaoyi:os-lib_3:0.9.1
37+
- com.lihaoyi:geny_3:1.0.0
38+
- com.lihaoyi:upickle_3:3.1.0
39+
- com.lihaoyi:ujson_3:3.1.0
40+
- com.lihaoyi:upickle-core_3:3.1.0
41+
- com.lihaoyi:geny_3:1.0.0 (already listed)
42+
- com.lihaoyi:upack_3:3.1.0
43+
- com.lihaoyi:upickle-core_3:3.1.0 (already listed)
44+
- com.lihaoyi:upickle-implicits_3:3.1.0
45+
- com.lihaoyi:upickle-core_3:3.1.0 (already listed)
46+
- com.softwaremill.sttp.client4:core_3:4.0.0-M1
47+
- com.softwaremill.sttp.model:core_3:1.5.5
48+
- com.softwaremill.sttp.shared:core_3:1.3.13
49+
- com.softwaremill.sttp.shared:ws_3:1.3.13
50+
- com.softwaremill.sttp.model:core_3:1.5.5 (already listed)
51+
- com.softwaremill.sttp.shared:core_3:1.3.13 (already listed)
52+
- com.softwaremill.sttp.client4:upickle_3:4.0.0-M1
53+
- com.lihaoyi:upickle_3:3.0.0
54+
- com.lihaoyi:ujson_3:3.1.0 (already listed)
55+
- com.lihaoyi:upack_3:3.1.0 (already listed)
56+
- com.lihaoyi:upickle-implicits_3:3.1.0 (already listed)
57+
- com.softwaremill.sttp.client4:core_3:4.0.0-M1 (already listed)
58+
- com.softwaremill.sttp.client4:json-common_3:4.0.0-M1
59+
- com.softwaremill.sttp.client4:core_3:4.0.0-M1 (already listed)
60+
- org.scalameta:munit_3:1.0.0-M7
61+
- junit:junit:4.13.1
62+
- org.hamcrest:hamcrest-core:1.3.0
63+
- org.scalameta:junit-interface:1.0.0-M7
64+
- junit:junit:4.13.2
65+
- org.hamcrest:hamcrest-core:1.3.0 (already listed)
66+
- org.scala-sbt:test-interface:1.0.0
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Changelog for toolkit-test 0.2.0
2+
3+
## Changes to direct dependencies
4+
- 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`
5+
6+
## Changes to transitive dependencies
7+
- Added `com.lihaoyi:geny_native0.4_2.13:1.0.0` under `com.lihaoyi:os-lib_native0.4_2.13:0.9.1`
8+
- Added `com.lihaoyi:geny_native0.4_2.13:1.0.0` under `com.lihaoyi:upickle-core_native0.4_2.13:3.1.0`
9+
- Added `com.lihaoyi:os-lib_native0.4_2.13:0.9.1` under `org.scala-lang:toolkit_native0.4_2.13:0.2.0`
10+
- Added `com.lihaoyi:ujson_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.0.0`
11+
- Added `com.lihaoyi:ujson_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.1.0`
12+
- Added `com.lihaoyi:upack_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.0.0`
13+
- Added `com.lihaoyi:upack_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.1.0`
14+
- Added `com.lihaoyi:upickle-core_native0.4_2.13:3.1.0` under `com.lihaoyi:ujson_native0.4_2.13:3.1.0`
15+
- Added `com.lihaoyi:upickle-core_native0.4_2.13:3.1.0` under `com.lihaoyi:upack_native0.4_2.13:3.1.0`
16+
- Added `com.lihaoyi:upickle-core_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0`
17+
- Added `com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.0.0`
18+
- Added `com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0` under `com.lihaoyi:upickle_native0.4_2.13:3.1.0`
19+
- 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`
20+
- Added `com.lihaoyi:upickle_native0.4_2.13:3.1.0` under `org.scala-lang:toolkit_native0.4_2.13:0.2.0`
21+
- 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`
22+
- 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`
23+
- 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`
24+
- 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`
25+
- 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`
26+
- 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`
27+
- 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`
28+
- 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`
29+
- 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`
30+
- 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`
31+
32+
## Full dependency tree
33+
34+
- org.scala-lang:toolkit-test_native0.4_2.13:0.2.0
35+
- org.scala-lang:toolkit_native0.4_2.13:0.2.0
36+
- com.lihaoyi:os-lib_native0.4_2.13:0.9.1
37+
- com.lihaoyi:geny_native0.4_2.13:1.0.0
38+
- com.lihaoyi:upickle_native0.4_2.13:3.1.0
39+
- com.lihaoyi:ujson_native0.4_2.13:3.1.0
40+
- com.lihaoyi:upickle-core_native0.4_2.13:3.1.0
41+
- com.lihaoyi:geny_native0.4_2.13:1.0.0 (already listed)
42+
- com.lihaoyi:upack_native0.4_2.13:3.1.0
43+
- com.lihaoyi:upickle-core_native0.4_2.13:3.1.0 (already listed)
44+
- com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0
45+
- com.lihaoyi:upickle-core_native0.4_2.13:3.1.0 (already listed)
46+
- com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1
47+
- com.softwaremill.sttp.model:core_native0.4_2.13:1.5.5
48+
- com.softwaremill.sttp.shared:core_native0.4_2.13:1.3.13
49+
- com.softwaremill.sttp.shared:ws_native0.4_2.13:1.3.13
50+
- com.softwaremill.sttp.model:core_native0.4_2.13:1.5.5 (already listed)
51+
- com.softwaremill.sttp.shared:core_native0.4_2.13:1.3.13 (already listed)
52+
- com.softwaremill.sttp.client4:upickle_native0.4_2.13:4.0.0-M1
53+
- com.lihaoyi:upickle_native0.4_2.13:3.0.0
54+
- com.lihaoyi:ujson_native0.4_2.13:3.1.0 (already listed)
55+
- com.lihaoyi:upack_native0.4_2.13:3.1.0 (already listed)
56+
- com.lihaoyi:upickle-implicits_native0.4_2.13:3.1.0 (already listed)
57+
- com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1 (already listed)
58+
- com.softwaremill.sttp.client4:json-common_native0.4_2.13:4.0.0-M1
59+
- com.softwaremill.sttp.client4:core_native0.4_2.13:4.0.0-M1 (already listed)
60+
- org.scalameta:munit_native0.4_2.13:1.0.0-M7
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Changelog for toolkit-test 0.2.0
2+
3+
## Changes to direct dependencies
4+
- Added `org.scala-lang:toolkit_native0.4_3:0.2.0` under `org.scala-lang:toolkit-test_native0.4_3:0.2.0`
5+
6+
## Changes to transitive dependencies
7+
- Added `com.lihaoyi:geny_native0.4_3:1.0.0` under `com.lihaoyi:os-lib_native0.4_3:0.9.1`
8+
- Added `com.lihaoyi:geny_native0.4_3:1.0.0` under `com.lihaoyi:upickle-core_native0.4_3:3.1.0`
9+
- Added `com.lihaoyi:os-lib_native0.4_3:0.9.1` under `org.scala-lang:toolkit_native0.4_3:0.2.0`
10+
- Added `com.lihaoyi:ujson_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.0.0`
11+
- Added `com.lihaoyi:ujson_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.1.0`
12+
- Added `com.lihaoyi:upack_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.0.0`
13+
- Added `com.lihaoyi:upack_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.1.0`
14+
- Added `com.lihaoyi:upickle-core_native0.4_3:3.1.0` under `com.lihaoyi:ujson_native0.4_3:3.1.0`
15+
- Added `com.lihaoyi:upickle-core_native0.4_3:3.1.0` under `com.lihaoyi:upack_native0.4_3:3.1.0`
16+
- Added `com.lihaoyi:upickle-core_native0.4_3:3.1.0` under `com.lihaoyi:upickle-implicits_native0.4_3:3.1.0`
17+
- Added `com.lihaoyi:upickle-implicits_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.0.0`
18+
- Added `com.lihaoyi:upickle-implicits_native0.4_3:3.1.0` under `com.lihaoyi:upickle_native0.4_3:3.1.0`
19+
- Added `com.lihaoyi:upickle_native0.4_3:3.0.0` under `com.softwaremill.sttp.client4:upickle_native0.4_3:4.0.0-M1`
20+
- Added `com.lihaoyi:upickle_native0.4_3:3.1.0` under `org.scala-lang:toolkit_native0.4_3:0.2.0`
21+
- 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`
22+
- 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`
23+
- Added `com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1` under `org.scala-lang:toolkit_native0.4_3:0.2.0`
24+
- 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`
25+
- Added `com.softwaremill.sttp.client4:upickle_native0.4_3:4.0.0-M1` under `org.scala-lang:toolkit_native0.4_3:0.2.0`
26+
- 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`
27+
- Added `com.softwaremill.sttp.model:core_native0.4_3:1.5.5` under `com.softwaremill.sttp.shared:ws_native0.4_3:1.3.13`
28+
- 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`
29+
- Added `com.softwaremill.sttp.shared:core_native0.4_3:1.3.13` under `com.softwaremill.sttp.shared:ws_native0.4_3:1.3.13`
30+
- 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`
31+
32+
## Full dependency tree
33+
34+
- org.scala-lang:toolkit-test_native0.4_3:0.2.0
35+
- org.scala-lang:toolkit_native0.4_3:0.2.0
36+
- com.lihaoyi:os-lib_native0.4_3:0.9.1
37+
- com.lihaoyi:geny_native0.4_3:1.0.0
38+
- com.lihaoyi:upickle_native0.4_3:3.1.0
39+
- com.lihaoyi:ujson_native0.4_3:3.1.0
40+
- com.lihaoyi:upickle-core_native0.4_3:3.1.0
41+
- com.lihaoyi:geny_native0.4_3:1.0.0 (already listed)
42+
- com.lihaoyi:upack_native0.4_3:3.1.0
43+
- com.lihaoyi:upickle-core_native0.4_3:3.1.0 (already listed)
44+
- com.lihaoyi:upickle-implicits_native0.4_3:3.1.0
45+
- com.lihaoyi:upickle-core_native0.4_3:3.1.0 (already listed)
46+
- com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1
47+
- com.softwaremill.sttp.model:core_native0.4_3:1.5.5
48+
- com.softwaremill.sttp.shared:core_native0.4_3:1.3.13
49+
- com.softwaremill.sttp.shared:ws_native0.4_3:1.3.13
50+
- com.softwaremill.sttp.model:core_native0.4_3:1.5.5 (already listed)
51+
- com.softwaremill.sttp.shared:core_native0.4_3:1.3.13 (already listed)
52+
- com.softwaremill.sttp.client4:upickle_native0.4_3:4.0.0-M1
53+
- com.lihaoyi:upickle_native0.4_3:3.0.0
54+
- com.lihaoyi:ujson_native0.4_3:3.1.0 (already listed)
55+
- com.lihaoyi:upack_native0.4_3:3.1.0 (already listed)
56+
- com.lihaoyi:upickle-implicits_native0.4_3:3.1.0 (already listed)
57+
- com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1 (already listed)
58+
- com.softwaremill.sttp.client4:json-common_native0.4_3:4.0.0-M1
59+
- com.softwaremill.sttp.client4:core_native0.4_3:4.0.0-M1 (already listed)
60+
- org.scalameta:munit_native0.4_3:1.0.0-M7

0 commit comments

Comments
 (0)