kevin-lee/maven2sbt

String interpolation is broken

Closed this issue · 0 comments

Bug

Summary

String interpolation is broken

Project Details

Version: 1.0.0 - 0700034

Description

The current maven2sbt generate String with props like this.

"${props.cccDddEee}-blah-blah"

It should be

s"${props.cccDddEee}-blah-blah"