Piotr Glazar

Results 1 issues of Piotr Glazar

I have the following line in my code: ``` private val deployments = Deployments(config.get[List[Deployment]]("deployments").valueOrElse(List.empty)) ``` where `Deployment` is a case class with some String fields and `Deployments` is a case...