I have scala map:
attrs: Map[String , String]
When I try to iterate over map like;
attrs.foreach { key, value => } <