If there is demand, there will also be a 0.7.8 release including only the changes necessary to handle the scala-tools.org shutdown.
If there is demand, there will also be a 0.7.8 release [...]
I can republish. I'm using sonatype's statistics for Scala, so this is just maven central / scala-tools downloads.As an aside, the git pluign (0.4), the PGP plugin (0.6) and the native packager (0.4.1) are all published for 0.11.3.I know PGP hangs up a lot of people, hopefully I'm in time to not annoy anyone?
- Josh
On Mon, May 7, 2012 at 8:17 AM, Miles Sabin <mi...@milessabin.com> wrote:
On Mon, May 7, 2012 at 12:59 PM, Josh Suereth <joshua....@gmail.com> wrote:Are those stats publicly available?
> Yes. I assume all the downloads for Scala 2.7.7 are actually SBT 0.7 users.
> Even if only half are, then that's a *lot* of SBT 0.7 users...
Cheers,
Miles
--
Miles Sabin
tel: +44 7813 944 528
gtalk: mi...@milessabin.com
skype: milessabin
g+: http://www.milessabin.com
http://twitter.com/milessabin
http://underscoreconsulting.com
http://www.chuusai.com
--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To post to this group, send email to simple-build-tool@googlegroups.com.
To unsubscribe from this group, send email to simple-build-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/simple-build-tool/-/j9yDLUIshZQJ.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/simple-build-tool/-/fdzd0AipdXYJ.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
<dependencies>
<dependency org="org.scala-sbt" name="sbt_2.9.1" rev="0.11.3" conf="provided->default(compile)"/>
<dependency org="com.jsuereth" name="gpg-library_2.9.1" rev="0.7-SNAPSHOT" conf="compile->default(compile)">
To view this discussion on the web visit https://groups.google.com/d/msg/simple-build-tool/-/_lo7e2szVQgJ.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
The 0.11.3 release is a bugfix release for the 0.11.x series with the main purpose of extending the lifetime of 0.11.x beyond the scala-tools.org shutdown. There are two main changes. First, scala-tools.org is no longer used by default anywhere. Second, the sbt organization has been renamed to org.scala-sbt. Both changes mean that 0.11.3 must be used with a 0.11.3 launcher[1] and that launcher unfortunately cannot be used for earlier releases.
Additional bugfixes were backported from 0.12, including making the compiler interface work with Scala 2.10. Please see the Changes[2] page for details. The changes should be binary compatible where it matters, so you should be able to use most (if not all) 0.11.2 plugins with 0.11.3 [3]. If there is demand, there will also be a 0.7.8 release including only the changes necessary to handle the scala-tools.org shutdown.
Thanks,
Mark
[1] http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.11.3/sbt-launch.jar
[2] https://github.com/harrah/xsbt/wiki/Changes
[3] You can use the somewhat low-level sbtPluginExtra method to explicitly select the 0.11.2 version of a plugin until a 0.11.3 version is published against 0.11.3. For example:
libraryDependencies +=
Defaults.sbtPluginExtra(
"com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0",
"0.11.2",
"2.9.1"
)
--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To view this discussion on the web visit https://groups.google.com/d/msg/simple-build-tool/-/4xnvy3IIRQEJ.