mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 17:54:25 +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