sbt / sbt-sbom

sbt bom.xml exporter
MIT License
17 stars 6 forks source link

Make case classes final #69

Open mdedetrich opened 23 hours ago

mdedetrich commented 23 hours ago

Its idiomatic for case classes to be final since users overriding the case class can cause unexpected behaviour