sbt / sbt-onejar

Packages your project using One-JAR™
MIT License
268 stars 45 forks source link

publish plugin for sbt 0.13.0 #20

Closed dimbleby closed 11 years ago

dimbleby commented 11 years ago

...please!

tkawachi commented 11 years ago

please

ziodave commented 11 years ago

I switch to https://github.com/sbt/sbt-assembly, it was quite straightforward for my needs.

folone commented 11 years ago

This is the only plugin holding me back from switching to 0.13.0. sbt-assembly does not quite work for me. Can we please have this published for the new sbt? /cc @retronym

retronym commented 11 years ago

I've published this as:

addSbtPlugin("org.scala-sbt.plugins" % "sbt-onejar" % "0.8")

Note the new Group ID. That version is cross published against SBT 0.12 and 0.13.

folone commented 11 years ago

Thanks a lot! :+1: