Alexey Alekhin
Alexey Alekhin
> notifications API does provide subscription id but it's not available when accessing the issue by itself It is available (at least now) in the response for the [`GET /repos/:owner/:repo/issues/:number`](https://developer.github.com/v3/issues/#get-a-single-issue)...
You are right! I shouldn't have interpreted it this way before testing as you did 👍
You can easily do it by adding plugin to the "meta"-project so to say. For example, to add it globally, put in `~/.sbt/0.13/plugins/project/plugins.sbt` the line ``` scala addSbtPlugin("com.timushev.sbt" % "sbt-updates"...
@slothspot have you read [this](http://www.scala-sbt.org/0.13/docs/Organizing-Build.html#sbt+is+recursive)? Do you actually define any tasks depending on this plugin in the **meta**-project? I doubt it. So adding this plugin to your global scope meta-project...
@jrudolph can you merge this?
Any news here?
Duplicate of https://github.com/smashwilson/merge-conflicts/issues/185? Also there is some progress in https://github.com/smashwilson/merge-conflicts/pull/200.
I just want to mention a related project, that we use at work: [literator](https://github.com/laughedelic/literator). I didn't like the idea of code generation, so we did it another way round: you...
@refried thanks :blush: