Created
January 6, 2016 00:29
-
-
Save dwijnand/1d5fba8d81c7b979015e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// C+P from https://github.com/nafg/slick-additions/blob/63de5af9c7791c5523865d362c27380e3d031b19/bintray.sbt | |
publishMavenStyle := true | |
publishTo := Some("Slick-additions Bintray" at "https://api.bintray.com/maven/naftoligug/maven/slick-additions") | |
sys.env.get("BINTRAYKEY").toSeq map (key => | |
credentials += Credentials( | |
"Bintray API Realm", | |
"api.bintray.com", | |
"naftoligug", | |
key | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment