You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than case object BuildInfo { val version: String = "0.1.0-SNAPSHOT" }
could we do case object BuildInfo { final val version = "0.1.0-SNAPSHOT" }
One reason for doing this would be so that these properties could be used as annotation arguments.