Skip to content

Instantly share code, notes, and snippets.

@dwijnand
Created January 6, 2016 00:29
Show Gist options
  • Save dwijnand/1d5fba8d81c7b979015e to your computer and use it in GitHub Desktop.
Save dwijnand/1d5fba8d81c7b979015e to your computer and use it in GitHub Desktop.
// 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