Skip to content

Instantly share code, notes, and snippets.

View smarter's full-sized avatar

Guillaume Martres smarter

View GitHub Profile
@OndrejSpanel
OndrejSpanel / ZincAnalysis.scala
Last active October 21, 2024 18:48
SBT Zinc Analysis plugin
import sbt.Keys.*
import sbt.*
import scala.collection.compat.*
/**
* This plugin prints which source files are compiled and why
* */
object ZincAnalysis extends AutoPlugin {