Re: Dub selects wrong version

2016-05-20 Thread ag0aep6g via Digitalmars-d-learn
On 05/21/2016 07:15 AM, Bauss wrote: On Saturday, 21 May 2016 at 05:03:14 UTC, ag0aep6g wrote: On 05/21/2016 06:54 AM, Bauss wrote: When I then compile with dub build I get this error: Selected package diamond 0.1.0 does not match the dependency specification >=0.2.1 <0.3.0 in package diamondt

Re: Dub selects wrong version

2016-05-20 Thread Bauss via Digitalmars-d-learn
On Saturday, 21 May 2016 at 05:03:14 UTC, ag0aep6g wrote: On 05/21/2016 06:54 AM, Bauss wrote: When I then compile with dub build I get this error: Selected package diamond 0.1.0 does not match the dependency specification >=0.2.1 <0.3.0 in package diamondtest. Need to "dub upgrade"? Have yo

Re: Dub selects wrong version

2016-05-20 Thread ag0aep6g via Digitalmars-d-learn
On 05/21/2016 06:54 AM, Bauss wrote: When I then compile with dub build I get this error: Selected package diamond 0.1.0 does not match the dependency specification >=0.2.1 <0.3.0 in package diamondtest. Need to "dub upgrade"? Have you tried "dub upgrade"?

Dub selects wrong version

2016-05-20 Thread Bauss via Digitalmars-d-learn
It seems like dub selects the wrong version of my package. I have tried the following: - Reinstall dub - Delete all packages - Clear dubs cache - Release new versions in the github repository - Update the dub package on code.dlang.org multiple times and it says it has the lates The issue is th