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 to latest native0.4 compatible versions #46

Merged
merged 4 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
8 changes: 4 additions & 4 deletions Toolkit.js.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala 2.13, 3
//> using scala 2.13, 3.3
//> using publish.name toolkit
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M6
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M6
//> using dep com.lihaoyi::upickle::3.1.3
//> 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
10 changes: 5 additions & 5 deletions Toolkit.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//> using scala 2.13, 3
//> using scala 2.13, 3.3
//> using publish.name toolkit
//> using dep com.softwaremill.sttp.client4::core::4.0.0-M6
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M6
//> using dep com.lihaoyi::upickle::3.1.3
//> using dep com.lihaoyi::os-lib::0.9.1
//> 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
4 changes: 2 additions & 2 deletions ToolkitTest.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//> using scala 2.13, 3
//> using scala 2.13, 3.3
//> using publish.name toolkit-test
//> using dep org.scalameta::munit::1.0.0-M10
//> using dep org.scalameta::munit::1.0.0-M11

This file was deleted.

Loading
Loading