scala / toolkit

The batteries-included Scala
https://docs.scala-lang.org/toolkit/introduction.html
86 stars 12 forks source link

New toolkit release with updates? #33

Closed armanbilge closed 10 months ago

armanbilge commented 11 months ago

sttp has released 4.0.0-M5 and upickle has released 3.1.3

https://github.com/scala/toolkit/blob/758c63e2752b837dc02ce1cb1d1874890bd64ee3/Toolkit.scala#L3-L6

munit has released 1.0.0-M10

https://github.com/scala/toolkit/blob/758c63e2752b837dc02ce1cb1d1874890bd64ee3/ToolkitTest.scala#L3

bishabosha commented 11 months ago

We should probably implement some sort of automatic scanning of dependencies

it looks like Scala Steward bot supports //> using lib https://github.com/scala-steward-org/scala-steward/issues/3174

Edit: I fixed the link

szymon-rd commented 11 months ago

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.

szymon-rd commented 10 months ago

Release triggered https://github.com/scala/toolkit/actions/runs/6561905955