sbt-catalysts
sbt-catalysts copied to clipboard
Tut error on 0.42 version
- I run
sbt new typelevel/sbt-catalysts.g8
with0.42 version
- I got project loading error when I open the generated project
- In my generated
build.sbt
I see the following row (70 row inbuild.sbt
):scalacOptions in Tut ~= (_.filterNot(Set("-Ywarn-unused:imports"))),
TutPlugin
has been removed from version 0.42 and this line should not be in the generated file build.sbt
Thanks for reporting. I haven't done a great job keeping giter8 template updated. Would you be kind enough to submit a PR there?
Unfortunately I can't find the template in any way ((( I only found this place - https://github.com/typelevel/sbt-catalysts.g8/blob/master/src/main/g8/build.sbt#L70 , but the repository is already archived and I cannot create a PR in it. Please tell me where the repository was moved to.
Unfortunately I can't find the template in any way ((( I only found this place - https://github.com/typelevel/sbt-catalysts.g8/blob/master/src/main/g8/build.sbt#L70 , but the repository is already archived and I cannot create a PR in it. Please tell me where the repository was moved to.
Ah that repo was archived due to lack of maintenance. I will discuss reopening it with some other stakeholders