scala-ide/scala-refactoring

How to publish a Scala 2.11.0-RC1 version of the refactoring library

Sciss opened this issue · 4 comments

I tried this, skipping the root directory maven stuff and going directly into the library project and sbt:

Sciss@95c21f6

What is the plan for Scala 2.11. Currently artifacts are not versioned against the Scala library/compiler version. Will 0.6.2 be released for Scala 2.11?

In the meantime, using maven or sbt, what would be the best approach to publish a local version of the library against Scala 2.11.0-RC1? Or did you do that already somewhere?

Thanks!

I think I've figured it out! When you pull my latest changes, sbt "+ publish-local" cross-builds for 2.10 and 2.11. I've also updated my CI so that it publishes nightly builds to Maven.

got it, thanks!

Hi there! Are you planning to publish a stable version against Scala 2.11.0?

I've just made the necessary changes to the build, thanks for reminding me :-)