Skip to content

Commit 4818450

Browse files
authored
Merge pull request #46 from adpi2/updates
Update dependencies to latest native0.4 compatible versions
2 parents 2a054ef + d6758e6 commit 4818450

File tree

45 files changed

+732
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+732
-232
lines changed

Toolkit.js.scala

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//> using scala 2.13, 3
1+
//> using scala 2.13, 3.3
22
//> using publish.name toolkit
3-
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M6
4-
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M6
5-
//> using dep com.lihaoyi::upickle::3.1.3
3+
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M12
4+
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M12
5+
//> using dep com.lihaoyi::upickle::3.2.0

Toolkit.scala

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//> using scala 2.13, 3
1+
//> using scala 2.13, 3.3
22
//> using publish.name toolkit
3-
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M6
4-
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M6
5-
//> using dep com.lihaoyi::upickle::3.1.3
6-
//> using dep com.lihaoyi::os-lib::0.9.1
3+
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M12
4+
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M12
5+
//> using dep com.lihaoyi::upickle::3.2.0
6+
//> using dep com.lihaoyi::os-lib::0.9.3

ToolkitTest.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
//> using scala 2.13, 3
1+
//> using scala 2.13, 3.3
22
//> using publish.name toolkit-test
3-
//> using dep org.scalameta::munit::1.0.0-M10
3+
//> using dep org.scalameta::munit::1.0.0-M11

changelog/0.2.2/json/toolkit-test_0.2.2_2.13_changelog.json

-1
This file was deleted.

0 commit comments

Comments
 (0)