I would have expected this to work, but it does not.
import rapture.uri._
import rapture.io._
val file = uri"file:///testFile.txt"
It fails to compile with the following error:
not found: value File
val file = uri"file:///testFile.txt"
^
Am I missing something?