kitlangton / scala-update

Update your Scala dependencies interactively
Apache License 2.0
133 stars 19 forks source link

Feature request: Ignore gitignored files #8

Open kubukoz opened 2 years ago

kubukoz commented 2 years ago

e.g. project/metals.sbt which Metals creates automatically:

// DO NOT EDIT! This file is auto-generated.

// This file enables sbt-bloop to create bloop config files.

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.0-22-91111c15")
kubukoz commented 2 years ago

Probably worth deduping the dependencies as well:

image

and sorting (would be useful for the http4s deps on the screenshot) 😅

kitlangton commented 2 years ago

Good ideas! On it :)

kubukoz commented 2 years ago

you ever rest dude?? :joy:

kitlangton commented 2 years ago

Must strike while the iron is hot 😆

kitlangton commented 2 years ago

Added sorting. Solved the symptom of this problem, if not the cause, by only parsing plugins.sbt. Will leave this open to add .gitignore parsing for another day :D

kitlangton commented 2 years ago

Or for another enterprising contributor 👯