Closed this issue 4 years ago · 0 comments
String interpolation is broken
Version: 1.0.0 - 0700034
1.0.0
The current maven2sbt generate String with props like this.
"${props.cccDddEee}-blah-blah"
It should be
s"${props.cccDddEee}-blah-blah"