snowplow / iglu

Iglu is a machine-readable, open-source schema repository for JSON Schema from the team at Snowplow
http://www.snowplow.io
Apache License 2.0
208 stars 45 forks source link

Scala Core: Remove resolutionRepos from BuildSettings #390

Closed szareiangm closed 6 years ago

szareiangm commented 6 years ago

The code was not compiling. I will submit a pull request for it.

chuwy commented 6 years ago

What was the error, @szareiangm? It should compile as it was built and published?

szareiangm commented 6 years ago

Looks unusual to me, too. But that line has: Dependencies.resolutionRepos And there is no such thing in Dependencies.scala file: https://github.com/snowplow/iglu/blob/develop/0-common/scala-core/project/Dependencies.scala

You removed that line your previous commit: e7821c0#diff-fec9746d8dc3c96432f568d3c5623da4

chuwy commented 6 years ago

Right, desync is the problem of develop branch, I'll remove it as part of "bump SBT" commit. Thanks for heads-up!