I\'m somewhat baffled by how difficult this turns out to be. I\'ve already looked around stackoverflow, but no solution seems to work fine for me.
What I want to do:
Use triple quotation mark:
scala> s"""File "$file" found!""" res0: String = File "blubb" found!