scala/toolkit

New toolkit release with updates?

Closed this issue · 3 comments

sttp has released 4.0.0-M5 and upickle has released 3.1.3

toolkit/Toolkit.scala

Lines 3 to 6 in 758c63e

//> using lib "com.softwaremill.sttp.client4::core::4.0.0-M1"
//> using lib "com.softwaremill.sttp.client4::upickle::4.0.0-M1"
//> using lib "com.lihaoyi::upickle::3.1.0"
//> using lib "com.lihaoyi::os-lib::0.9.1"

munit has released 1.0.0-M10

//> using lib "org.scalameta::munit::1.0.0-M7"

We should probably implement some sort of automatic scanning of dependencies

it looks like Scala Steward bot supports //> using lib scala-steward-org/scala-steward#3174

Edit: I fixed the link

The problem with milestones on major versions is that they can be breaking in the same way as major releases. So, in theory, we should release toolkit 1.0 when bumping the milestone major. However, as we are in 0.x, if there are no breaking changes, I think we can go around that and release a minor/patch.