We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9aeb32 commit db11de8Copy full SHA for db11de8
1 file changed
src/BaselineOfPolyMath/BaselineOfPolyMath.class.st
@@ -216,7 +216,7 @@ BaselineOfPolyMath >> projectClass [
216
{ #category : 'dependencies' }
217
BaselineOfPolyMath >> randomNumbers: spec [
218
219
- spec baseline: 'MathRandomNumbers' with: [ spec repository: 'github://PolyMathOrg/random-numbers:v1.x.x/src' ]
+ spec baseline: 'MathRandomNumbers' with: [ spec repository: 'github://PolyMathOrg/random-numbers:main' ]
220
]
221
222
0 commit comments