Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

published to bintray #17

Open
MasseGuillaume opened this issue Apr 5, 2014 · 3 comments
Open

published to bintray #17

MasseGuillaume opened this issue Apr 5, 2014 · 3 comments

Comments

@MasseGuillaume
Copy link
Member

I just merged @sslavic PR and published to bintray (masseguilaume/maven). Ping @aloiscochard to push an official version in scala-sbt.org's repo

in you project/plugins.sbt

resolvers += 
    Resolver.url("bintray-sbt-plugin-releases-masseguillaume",
        url("http://dl.bintray.com/masseguillaume/maven")
    )(Resolver.ivyStylePatterns)

addSbtPlugin("com.github.sbt" % "sbt-scalabuff" % "1.3.7")
@vallettea
Copy link

hello, I was using your version of sala-buff since it is the only way i found to make scala-buff work with sbt 0.13.
However, it seems you removed it from your bintray.
Could you please tell me how to create a proper dependency to this version ?

thanks

@MasseGuillaume
Copy link
Member Author

still there: http://dl.bintray.com/masseguillaume/maven/com.github.sbt/sbt-scalabuff/scala_2.10/sbt_0.13/1.3.7/

@vallettea you can fork the project and add sbt bintray plugin (https://github.com/softprops/bintray-sbt). If you follow the instruction, you will be able to push to your own bintray repo with the publish command.

pretty please @aloiscochard can you publish an official version to Sonatype or Bintray ?

@gmalouf
Copy link

gmalouf commented Sep 17, 2015

What needs to be done for someone other than @aloiscochard to publish this? If I have permissions, etc I'm happy to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants