scala / toolkit

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

Version of sttp in toolkit is old #45

Closed SethTisue closed 5 months ago

SethTisue commented 5 months ago

Toolkit.scala has:

//> using dep com.softwaremill.sttp.client4::core::4.0.0-M6
//> using dep com.softwaremill.sttp.client4::upickle::4.0.0-M6

but the latest is https://index.scala-lang.org/softwaremill/sttp/artifacts/core/4.0.0-M13

SethTisue commented 5 months ago

note that when it's updated, it's also necessary to update the Toolkit tutorials, which include version numbers

so for example at https://github.com/scala/docs.scala-lang/pull/3015 we see that the tutorials were still suggesting M1 because apparently there is no process in place to update that

adpi2 commented 5 months ago

so for example at https://github.com/scala/docs.scala-lang/pull/3015 we see that the tutorials were still suggesting M1 because apparently there is no process in place to update that

No we don't have such process yet. I am going to add myself a reminder to do the updates and releases once every month, to not burden anyone else.

SethTisue commented 5 months ago

Monthly SGTM 👍