Skip to content

Commit ebfd8ad

Browse files
authored
Merge pull request #59 from adpi2/updates
Bump library versions
2 parents 495823d + 90486fa commit ebfd8ad

35 files changed

+594
-30
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Contributing Guide
22

3+
## Running the tests
4+
5+
1. Update to latest scala-cli:
6+
```
7+
$ scala-cli update
8+
```
9+
or, if installed with Coursier:
10+
```
11+
$ cs update scala-cli
12+
```
13+
2. Run the tests:
14+
```
15+
$ scala-cli test tests/CrossPlatform.test.sscala
16+
```
17+
318
## Updating dependencies
419

520
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.

Toolkit.js.scala

Lines changed: 2 additions & 2 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-M16
4-
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M16
3+
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M19
4+
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M19
55
//> using dep com.lihaoyi::upickle::3.3.1

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-M16
4-
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M16
3+
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M19
4+
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M19
55
//> using dep com.lihaoyi::upickle::3.3.1
6-
//> using dep com.lihaoyi::os-lib::0.10.3
6+
//> 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.0
3+
//> using dep org.scalameta::munit::1.0.2

changelog/0.6.0/json/toolkit-test_0.6.0_2.13_changelog.json

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

changelog/0.6.0/json/toolkit-test_0.6.0_3_changelog.json

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

changelog/0.6.0/json/toolkit-test_0.6.0_native0.5_2.13_changelog.json

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

changelog/0.6.0/json/toolkit-test_0.6.0_native0.5_3_changelog.json

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

changelog/0.6.0/json/toolkit-test_0.6.0_sjs1_2.13_changelog.json

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

changelog/0.6.0/json/toolkit-test_0.6.0_sjs1_3_changelog.json

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

0 commit comments

Comments
 (0)