- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
SBT, Scala 2.9.0-RC1 and JLINE
Sat, 2011-03-26, 17:04
Hey guys!
I think we all knew this was coming, but now that JLine has its own life within the Scala project (i.e. special builds to fix scala-related issues), the version of jline pulled in for REPL related activities should now be:
org.scala-lang : jline : <scala version> (see http://www.scala-tools.org/repo-releases/org/scala-lang/jline/2.9.0.RC1/)
I can submit a patch to the maven-scala-plugin to bump the jline version for scala 2.9.0 and beyond, however I'm not sure what to do for SBT. I was hoping Mark could chime in with some ideas here.
Thanks!
- Josh
I think we all knew this was coming, but now that JLine has its own life within the Scala project (i.e. special builds to fix scala-related issues), the version of jline pulled in for REPL related activities should now be:
org.scala-lang : jline : <scala version> (see http://www.scala-tools.org/repo-releases/org/scala-lang/jline/2.9.0.RC1/)
I can submit a patch to the maven-scala-plugin to bump the jline version for scala 2.9.0 and beyond, however I'm not sure what to do for SBT. I was hoping Mark could chime in with some ideas here.
Thanks!
- Josh