Skip to content

Commit

Permalink
Merge pull request #59 from adpi2/updates
Browse files Browse the repository at this point in the history
Bump library versions
  • Loading branch information
adpi2 authored Oct 30, 2024
2 parents 495823d + 90486fa commit ebfd8ad
Show file tree
Hide file tree
Showing 35 changed files with 594 additions and 30 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Contributing Guide

## Running the tests

1. Update to latest scala-cli:
```
$ scala-cli update
```
or, if installed with Coursier:
```
$ cs update scala-cli
```
2. Run the tests:
```
$ scala-cli test tests/CrossPlatform.test.sscala
```

## Updating dependencies

1. You can update the Toolkit dependencies in `Toolkit.scala`, `Toolkit.js.scala` and `ToolkitTest.scala`. The versions in `Toolkit.scala` and `Toolkit.js.scala` should be the same.
Expand Down
4 changes: 2 additions & 2 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-M16
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M16
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M19
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M19
//> using dep com.lihaoyi::upickle::3.3.1
6 changes: 3 additions & 3 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-M16
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M16
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M19
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M19
//> using dep com.lihaoyi::upickle::3.3.1
//> using dep com.lihaoyi::os-lib::0.10.3
//> using dep com.lihaoyi::os-lib::0.11.3
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
//> using dep org.scalameta::munit::1.0.2

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions changelog/0.6.0/json/toolkit-test_0.6.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.6.0/json/toolkit_0.6.0_2.13_changelog.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions changelog/0.6.0/json/toolkit_0.6.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.6.0/json/toolkit_0.6.0_sjs1_3_changelog.json

Large diffs are not rendered by default.

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

## Changes to direct dependencies
- Updated `org.scala-lang:toolkit_2.13:0.5.0` from `0.5.0` to `0.6.0` under `org.scala-lang:toolkit-test_2.13:0.6.0`
- Updated `org.scalameta:munit_2.13:1.0.0` from `1.0.0` to `1.0.2` under `org.scala-lang:toolkit-test_2.13:0.6.0`

## Changes to transitive dependencies
- Updated `com.lihaoyi:os-lib_2.13:0.10.3` from `0.10.3` to `0.11.3` under `org.scala-lang:toolkit_2.13:0.6.0`
- Updated `com.softwaremill.sttp.client4:core_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `org.scala-lang:toolkit_2.13:0.6.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `org.scala-lang:toolkit_2.13:0.6.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.model:core_2.13:1.7.10` from `1.7.10` to `1.7.11` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M19`
- Updated `com.softwaremill.sttp.model:core_2.13:1.7.10` from `1.7.10` to `1.7.11` under `com.softwaremill.sttp.shared:ws_2.13:1.3.22`
- Updated `com.softwaremill.sttp.shared:core_2.13:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M19`
- Updated `com.softwaremill.sttp.shared:core_2.13:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.shared:ws_2.13:1.3.22`
- Updated `com.softwaremill.sttp.shared:ws_2.13:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.client4:core_2.13:4.0.0-M19`
- Updated `org.scalameta:junit-interface:1.0.0` from `1.0.0` to `1.0.2` under `org.scalameta:munit_2.13:1.0.2`
- Updated `org.scalameta:munit-diff_2.13:1.0.0` from `1.0.0` to `1.0.2` under `org.scalameta:munit_2.13:1.0.2`

## Full dependency tree

- org.scala-lang:toolkit-test_2.13:0.6.0
- org.scala-lang:toolkit_2.13:0.6.0
- com.lihaoyi:os-lib_2.13:0.11.3
- com.lihaoyi:geny_2.13:1.1.1
- com.lihaoyi:upickle_2.13:3.3.1
- com.lihaoyi:ujson_2.13:3.3.1
- com.lihaoyi:upickle-core_2.13:3.3.1
- com.lihaoyi:geny_2.13:1.1.0
- com.lihaoyi:upack_2.13:3.3.1
- com.lihaoyi:upickle-core_2.13:3.3.1 (already listed)
- com.lihaoyi:upickle-implicits_2.13:3.3.1
- com.lihaoyi:upickle-core_2.13:3.3.1 (already listed)
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M19
- com.softwaremill.sttp.model:core_2.13:1.7.11
- com.softwaremill.sttp.shared:core_2.13:1.3.22
- com.softwaremill.sttp.shared:ws_2.13:1.3.22
- com.softwaremill.sttp.model:core_2.13:1.7.11 (already listed)
- com.softwaremill.sttp.shared:core_2.13:1.3.22 (already listed)
- com.softwaremill.sttp.client4:upickle_2.13:4.0.0-M19
- com.lihaoyi:upickle_2.13:3.3.1 (already listed)
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M19 (already listed)
- com.softwaremill.sttp.client4:json-common_2.13:4.0.0-M19
- com.softwaremill.sttp.client4:core_2.13:4.0.0-M19 (already listed)
- org.scalameta:munit_2.13:1.0.2
- junit:junit:4.13.2
- org.hamcrest:hamcrest-core:1.3.0
- org.scalameta:junit-interface:1.0.2
- junit:junit:4.13.2 (already listed)
- org.scala-sbt:test-interface:1.0.0
- org.scalameta:munit-diff_2.13:1.0.2
53 changes: 53 additions & 0 deletions changelog/0.6.0/toolkit-test_0.6.0_3_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Changelog for toolkit-test

## Changes to direct dependencies
- Updated `org.scala-lang:toolkit_3:0.5.0` from `0.5.0` to `0.6.0` under `org.scala-lang:toolkit-test_3:0.6.0`
- Updated `org.scalameta:munit_3:1.0.0` from `1.0.0` to `1.0.2` under `org.scala-lang:toolkit-test_3:0.6.0`

## Changes to transitive dependencies
- Updated `com.lihaoyi:os-lib_3:0.10.3` from `0.10.3` to `0.11.3` under `org.scala-lang:toolkit_3:0.6.0`
- Updated `com.softwaremill.sttp.client4:core_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:json-common_3:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `org.scala-lang:toolkit_3:0.6.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:json-common_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:upickle_3:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:upickle_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `org.scala-lang:toolkit_3:0.6.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.model:core_3:1.7.10` from `1.7.10` to `1.7.11` under `com.softwaremill.sttp.client4:core_3:4.0.0-M19`
- Updated `com.softwaremill.sttp.model:core_3:1.7.10` from `1.7.10` to `1.7.11` under `com.softwaremill.sttp.shared:ws_3:1.3.22`
- Updated `com.softwaremill.sttp.shared:core_3:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.client4:core_3:4.0.0-M19`
- Updated `com.softwaremill.sttp.shared:core_3:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.shared:ws_3:1.3.22`
- Updated `com.softwaremill.sttp.shared:ws_3:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.client4:core_3:4.0.0-M19`
- Updated `org.scalameta:junit-interface:1.0.0` from `1.0.0` to `1.0.2` under `org.scalameta:munit_3:1.0.2`
- Updated `org.scalameta:munit-diff_3:1.0.0` from `1.0.0` to `1.0.2` under `org.scalameta:munit_3:1.0.2`

## Full dependency tree

- org.scala-lang:toolkit-test_3:0.6.0
- org.scala-lang:toolkit_3:0.6.0
- com.lihaoyi:os-lib_3:0.11.3
- com.lihaoyi:geny_3:1.1.1
- com.lihaoyi:upickle_3:3.3.1
- com.lihaoyi:ujson_3:3.3.1
- com.lihaoyi:upickle-core_3:3.3.1
- com.lihaoyi:geny_3:1.1.0
- com.lihaoyi:upack_3:3.3.1
- com.lihaoyi:upickle-core_3:3.3.1 (already listed)
- com.lihaoyi:upickle-implicits_3:3.3.1
- com.lihaoyi:upickle-core_3:3.3.1 (already listed)
- com.softwaremill.sttp.client4:core_3:4.0.0-M19
- com.softwaremill.sttp.model:core_3:1.7.11
- com.softwaremill.sttp.shared:core_3:1.3.22
- com.softwaremill.sttp.shared:ws_3:1.3.22
- com.softwaremill.sttp.model:core_3:1.7.11 (already listed)
- com.softwaremill.sttp.shared:core_3:1.3.22 (already listed)
- com.softwaremill.sttp.client4:upickle_3:4.0.0-M19
- com.lihaoyi:upickle_3:3.3.1 (already listed)
- com.softwaremill.sttp.client4:core_3:4.0.0-M19 (already listed)
- com.softwaremill.sttp.client4:json-common_3:4.0.0-M19
- com.softwaremill.sttp.client4:core_3:4.0.0-M19 (already listed)
- org.scalameta:munit_3:1.0.2
- junit:junit:4.13.2
- org.hamcrest:hamcrest-core:1.3.0
- org.scalameta:junit-interface:1.0.2
- junit:junit:4.13.2 (already listed)
- org.scala-sbt:test-interface:1.0.0
- org.scalameta:munit-diff_3:1.0.2
47 changes: 47 additions & 0 deletions changelog/0.6.0/toolkit-test_0.6.0_native0.5_2.13_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Changelog for toolkit-test

## Changes to direct dependencies
- Updated `org.scala-lang:toolkit_native0.5_2.13:0.5.0` from `0.5.0` to `0.6.0` under `org.scala-lang:toolkit-test_native0.5_2.13:0.6.0`
- Updated `org.scalameta:munit_native0.5_2.13:1.0.0` from `1.0.0` to `1.0.2` under `org.scala-lang:toolkit-test_native0.5_2.13:0.6.0`

## Changes to transitive dependencies
- Updated `com.lihaoyi:os-lib_native0.5_2.13:0.10.3` from `0.10.3` to `0.11.3` under `org.scala-lang:toolkit_native0.5_2.13:0.6.0`
- Updated `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:json-common_native0.5_2.13:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:upickle_native0.5_2.13:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `org.scala-lang:toolkit_native0.5_2.13:0.6.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:json-common_native0.5_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:upickle_native0.5_2.13:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:upickle_native0.5_2.13:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `org.scala-lang:toolkit_native0.5_2.13:0.6.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.model:core_native0.5_2.13:1.7.10` from `1.7.10` to `1.7.11` under `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M19`
- Updated `com.softwaremill.sttp.model:core_native0.5_2.13:1.7.10` from `1.7.10` to `1.7.11` under `com.softwaremill.sttp.shared:ws_native0.5_2.13:1.3.22`
- Updated `com.softwaremill.sttp.shared:core_native0.5_2.13:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M19`
- Updated `com.softwaremill.sttp.shared:core_native0.5_2.13:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.shared:ws_native0.5_2.13:1.3.22`
- Updated `com.softwaremill.sttp.shared:ws_native0.5_2.13:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M19`
- Updated `org.scalameta:munit-diff_native0.5_2.13:1.0.0` from `1.0.0` to `1.0.2` under `org.scalameta:munit_native0.5_2.13:1.0.2`

## Full dependency tree

- org.scala-lang:toolkit-test_native0.5_2.13:0.6.0
- org.scala-lang:toolkit_native0.5_2.13:0.6.0
- com.lihaoyi:os-lib_native0.5_2.13:0.11.3
- com.lihaoyi:geny_native0.5_2.13:1.1.1
- com.lihaoyi:upickle_native0.5_2.13:3.3.1
- com.lihaoyi:ujson_native0.5_2.13:3.3.1
- com.lihaoyi:upickle-core_native0.5_2.13:3.3.1
- com.lihaoyi:geny_native0.5_2.13:1.1.0
- com.lihaoyi:upack_native0.5_2.13:3.3.1
- com.lihaoyi:upickle-core_native0.5_2.13:3.3.1 (already listed)
- com.lihaoyi:upickle-implicits_native0.5_2.13:3.3.1
- com.lihaoyi:upickle-core_native0.5_2.13:3.3.1 (already listed)
- com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M19
- com.softwaremill.sttp.model:core_native0.5_2.13:1.7.11
- com.softwaremill.sttp.shared:core_native0.5_2.13:1.3.22
- com.softwaremill.sttp.shared:ws_native0.5_2.13:1.3.22
- com.softwaremill.sttp.model:core_native0.5_2.13:1.7.11 (already listed)
- com.softwaremill.sttp.shared:core_native0.5_2.13:1.3.22 (already listed)
- com.softwaremill.sttp.client4:upickle_native0.5_2.13:4.0.0-M19
- com.lihaoyi:upickle_native0.5_2.13:3.3.1 (already listed)
- com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M19 (already listed)
- com.softwaremill.sttp.client4:json-common_native0.5_2.13:4.0.0-M19
- com.softwaremill.sttp.client4:core_native0.5_2.13:4.0.0-M19 (already listed)
- org.scalameta:munit_native0.5_2.13:1.0.2
- org.scalameta:munit-diff_native0.5_2.13:1.0.2
47 changes: 47 additions & 0 deletions changelog/0.6.0/toolkit-test_0.6.0_native0.5_3_changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Changelog for toolkit-test

## Changes to direct dependencies
- Updated `org.scala-lang:toolkit_native0.5_3:0.5.0` from `0.5.0` to `0.6.0` under `org.scala-lang:toolkit-test_native0.5_3:0.6.0`
- Updated `org.scalameta:munit_native0.5_3:1.0.0` from `1.0.0` to `1.0.2` under `org.scala-lang:toolkit-test_native0.5_3:0.6.0`

## Changes to transitive dependencies
- Updated `com.lihaoyi:os-lib_native0.5_3:0.10.3` from `0.10.3` to `0.11.3` under `org.scala-lang:toolkit_native0.5_3:0.6.0`
- Updated `com.softwaremill.sttp.client4:core_native0.5_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:json-common_native0.5_3:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_native0.5_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:upickle_native0.5_3:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:core_native0.5_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `org.scala-lang:toolkit_native0.5_3:0.6.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:json-common_native0.5_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `com.softwaremill.sttp.client4:upickle_native0.5_3:4.0.0-M19` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.client4:upickle_native0.5_3:4.0.0-M16` from `4.0.0-M16` to `4.0.0-M19` under `org.scala-lang:toolkit_native0.5_3:0.6.0` ILLEGAL CHANGE (required at least: MajorUpdate)
- Updated `com.softwaremill.sttp.model:core_native0.5_3:1.7.10` from `1.7.10` to `1.7.11` under `com.softwaremill.sttp.client4:core_native0.5_3:4.0.0-M19`
- Updated `com.softwaremill.sttp.model:core_native0.5_3:1.7.10` from `1.7.10` to `1.7.11` under `com.softwaremill.sttp.shared:ws_native0.5_3:1.3.22`
- Updated `com.softwaremill.sttp.shared:core_native0.5_3:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.client4:core_native0.5_3:4.0.0-M19`
- Updated `com.softwaremill.sttp.shared:core_native0.5_3:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.shared:ws_native0.5_3:1.3.22`
- Updated `com.softwaremill.sttp.shared:ws_native0.5_3:1.3.19` from `1.3.19` to `1.3.22` under `com.softwaremill.sttp.client4:core_native0.5_3:4.0.0-M19`
- Updated `org.scalameta:munit-diff_native0.5_3:1.0.0` from `1.0.0` to `1.0.2` under `org.scalameta:munit_native0.5_3:1.0.2`

## Full dependency tree

- org.scala-lang:toolkit-test_native0.5_3:0.6.0
- org.scala-lang:toolkit_native0.5_3:0.6.0
- com.lihaoyi:os-lib_native0.5_3:0.11.3
- com.lihaoyi:geny_native0.5_3:1.1.1
- com.lihaoyi:upickle_native0.5_3:3.3.1
- com.lihaoyi:ujson_native0.5_3:3.3.1
- com.lihaoyi:upickle-core_native0.5_3:3.3.1
- com.lihaoyi:geny_native0.5_3:1.1.0
- com.lihaoyi:upack_native0.5_3:3.3.1
- com.lihaoyi:upickle-core_native0.5_3:3.3.1 (already listed)
- com.lihaoyi:upickle-implicits_native0.5_3:3.3.1
- com.lihaoyi:upickle-core_native0.5_3:3.3.1 (already listed)
- com.softwaremill.sttp.client4:core_native0.5_3:4.0.0-M19
- com.softwaremill.sttp.model:core_native0.5_3:1.7.11
- com.softwaremill.sttp.shared:core_native0.5_3:1.3.22
- com.softwaremill.sttp.shared:ws_native0.5_3:1.3.22
- com.softwaremill.sttp.model:core_native0.5_3:1.7.11 (already listed)
- com.softwaremill.sttp.shared:core_native0.5_3:1.3.22 (already listed)
- com.softwaremill.sttp.client4:upickle_native0.5_3:4.0.0-M19
- com.lihaoyi:upickle_native0.5_3:3.3.1 (already listed)
- com.softwaremill.sttp.client4:core_native0.5_3:4.0.0-M19 (already listed)
- com.softwaremill.sttp.client4:json-common_native0.5_3:4.0.0-M19
- com.softwaremill.sttp.client4:core_native0.5_3:4.0.0-M19 (already listed)
- org.scalameta:munit_native0.5_3:1.0.2
- org.scalameta:munit-diff_native0.5_3:1.0.2
Loading

0 comments on commit ebfd8ad

Please sign in to comment.