I am new to Scala. However, I created a medium-sized program with Scala 2.9.0 . Now I want to use the open source library, available only for Scala 2.7.7 .
Is it possible to use this library 2.7.7 in my Scala 2.9.0 program? How can I do it? I already looked at sbt, but actually it didn’t work. Does anyone have a hello world example for this ?
Florian
source share