mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Keys should Seq type since it's fairly common to use List in build.sbt, and it would cause annoying build changes. Fixes actions/cross
Keys should Seq type since it's fairly common to use List in build.sbt, and it would cause annoying build changes. Fixes actions/cross