Dmytro M

Results 6 comments of Dmytro M

workaround doesn't work for me: ``` > reload plugins [info] Loading project definition from /Users/dmitry/Projects/events/project > show libraryDependencies [info] * org.scala-lang:scala-library:2.10.6:provided [info] * io.get-coursier:sbt-coursier:1.0.0-M15-1 (e:sbtVersion=0.13, e:scalaVersion=2.10) [info] * org.ensime:sbt-ensime:1.12.6 (e:sbtVersion=0.13,...

Oh, thanks for explanation. I prefer per-project plugins setup. May be it would be reasonable to add note about this in README?

In case of putting `sbt-updates.sbt` into `project/project` `dependencyUpdates` is not available for project itself, and placing `sbt-updates.sbt` twice inside of the project is not very convenient.

@nafg, idea is clear and understandable. But since I use custom tasks which depend on plugins, I prefer when projects don't depend on per-user defined plugins.

@laughedelic I've got main point already, and don't have any tasks depend on this plugin. But in general I prefer per-project plugins configuration and it was not clear for me...

I have same warning, coming from akka http dispatcher: `Illegal request header: Illegal 'authorization' header: Invalid input '=', expected auth-param, OWS, token68, 'EOI' or tchar (line 1, column 142): eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7InJvbGUiOiJzdHViUm9sZSJ9LCJleHAiOjE0OTIxNzY2MTB9.gEgcDFDb+G+sZjq0ekw7cr0Z8J58ywmWvFrowlCEBkE=`...