Release a stable version for Scala 2.10 final
Sciss opened this issue · 2 comments
Sciss commented
I'm currently doing this:
"org.scala-refactoring" % "org.scala-refactoring_2.10.0-SNAPSHOT" % "0.6.1-SNAPSHOT" from "https://oss.sonatype.org/content/repositories/snapshots/org/scala-refactoring/org.scala-refactoring_2.10.0-SNAPSHOT/0.6.1-SNAPSHOT/org.scala-refactoring_2.10.0-SNAPSHOT-0.6.1-20130206.063903-60.jar"
which is somewhat ugly. Also, why the -SNAPSHOT in the Scala 2.10 version (which is released since a while)?
Perhaps the 0.6.0 could be published as stable version against Scala 2.10 to Maven Central? Thx
misto commented
Thank you for reminding me, I'm sorry I didn't do it earlier, sometimes I forget that there are other users than the Scala IDE out there. I've just published the latest version as 0.6.1, should appear in the repositories at any moment..
Sciss commented
Thanks Mirko, your library has been very helpful for me!