Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Tut error on 0.42 version #374

Open
artemkorsakov opened this issue Feb 8, 2021 · 3 comments
Open

Tut error on 0.42 version #374

artemkorsakov opened this issue Feb 8, 2021 · 3 comments

Comments

@artemkorsakov
Copy link

  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

@kailuowang
Copy link
Contributor

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

@artemkorsakov
Copy link
Author

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.

@kailuowang
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants