Toggle navigation
Dev notes
🦋 Bluesky
📰 RSS
🌐 Homepage
How to run sbt tasks with custom settings
October 1, 2025
When preparing build configuration in sbt, you might want to write custom sbt task. Task in sbt is like a function that can depend on other tasks and project settings. Custom sbt …