sbt-catalysts icon indicating copy to clipboard operation
sbt-catalysts copied to clipboard

Tut error on 0.42 version

Open artemkorsakov opened this issue 4 years ago • 3 comments

  1. I run sbt new typelevel/sbt-catalysts.g8 with 0.42 version
  2. I got project loading error when I open the generated project
  3. In my generated build.sbt I see the following row (70 row in build.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

artemkorsakov avatar Feb 08 '21 16:02 artemkorsakov

Thanks for reporting. I haven't done a great job keeping giter8 template updated. Would you be kind enough to submit a PR there?

kailuowang avatar Feb 08 '21 17:02 kailuowang

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.

artemkorsakov avatar Feb 09 '21 05:02 artemkorsakov

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

kailuowang avatar Feb 14 '21 12:02 kailuowang