Adrien Piquerez
Adrien Piquerez
> Ok. How do you suggest one can go ahead? What order would you suggest projects should be worked? I see these: infra, webclient, server, core, data? Am I missing...
> Here is the migration to Pekko: https://github.com/scalacenter/scaladex/pull/1338 It's merged
> So, we just need to decide if we want to do it or not. Or we we turn it into an exercise (although it's not Scala 3 specific). I...
> We could even make it an exercise. WDYT? I think we should focus on the migration to Scala 3, and exclude the migration to Pekko from the exercises. Otherwise...
I was not able to reproduce the issue: ``` $ eval $(cs java --jvm adoptium:1.20.0.1 --env) $ sbt [info] welcome to sbt 1.9.0 (Eclipse Adoptium Java 20.0.1) [info] loading global...
> I found the issue. There was the following option in build.sbt: > > ThisBuild / scalacOptions ++= Seq("-release", "11") I still cannot reproduce the issue though. Could it be...
What would you put in the template?
This Github action submits the snapshot of all the dependencies downloaded by the build: the compile dependencies, the test dependencies, the scala tools (compiler and scaladoc), and their transitive dependencies,...
Thanks, these are valid feature requests. I don't have time to work on them though. Feel free to contribute.
It is now possible to run `githubGenerateSnapshot` to generate a snapshot locally: ``` sbt:scaladex> githubGenerateSnapshot [info] Resolving snapshot of build.sbt [info] Setting Scala version to 2.13.10 on 8 projects. [info]...