Is there a way to specify a different file other than build.sbt when compiling with scala?
I want to be able to have 2 different files: -> dev.sbt -> prod.sbt
There are some docker configurations I need to have different in each file that are environment specific.