Hello everyone,

so I can���t resolve the problem in my project, which emerged when something happened in one of those repositories (it was working fine previously). 
When I try to load the project using metacello 

Metacello new
baseline: #NewWave;
repository: 'github://skaplar/NewWave:development';
  load.

I get 

MetacelloConflictingProjectError: Load Conflict between existing BaselineOfGrease [baseline] from github://SeasideSt/Grease:v1.4.x/repository and BaselineOfGrease [baseline] from github://SeasideSt/Grease:v1.4.3/repository
More info here (https://travis-ci.org/github/skaplar/NewWave/jobs/671515073)

My baseline looks something like this:

���Seaside

seaside: spec
spec 
baseline: 'Seaside3'
with: [ 
spec repository: 'github://SeasideSt/Seaside:master/repository'
]

���Magrite

magritte: spec
spec 
baseline: 'Magritte'
with: [ 
spec 
loads: #( Seaside );
repository: 'github://magritte-metamodel/magritte:v3.6��� ]

If someone cares for a deeper look (https://github.com/skaplar/NewWave/tree/development/BaselineOfNewWave)

Any help would be appreciated!

Thanks,
Sebastijan