sbt-buildinfo Questions
3
Solved
I am building an app with SBT (0.11.0) using a Scala build definition like so:
object MyAppBuild extends Build {
import Dependencies._
lazy val basicSettings = Seq[Setting[_]](
organization :...
Hiers asked 4/1, 2012 at 19:36
1
Solved
On a Play Framework 2.2 project that is using sbt-buildinfo to create a BuildInfo.scala file when the project is compiled, how can build.sbt be configured so that Play Framework won't watch the Bui...
Homolographic asked 17/1, 2015 at 20:27
2
Solved
I'd like the runtime of my Heroku app (Play/Scala, running on Heroku Cedar) to be able to report to me which git commit it was built from. Heroku apps are generally built by the slug compiler on He...
Euphroe asked 31/10, 2014 at 9:16
1
I am using sbt-buildinfo plugin that generates Scala source from my build definitions, allowing me to reference project name, version, etc. from my Scala code.
It does this by generating a file Bu...
Abortion asked 30/5, 2014 at 15:18
1
© 2022 - 2024 — McMap. All rights reserved.