Skip to content

Commit db11de8

Browse files
authored
Update random-numbers repository reference to main
1 parent a9aeb32 commit db11de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BaselineOfPolyMath/BaselineOfPolyMath.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ BaselineOfPolyMath >> projectClass [
216216
{ #category : 'dependencies' }
217217
BaselineOfPolyMath >> randomNumbers: spec [
218218

219-
spec baseline: 'MathRandomNumbers' with: [ spec repository: 'github://PolyMathOrg/random-numbers:v1.x.x/src' ]
219+
spec baseline: 'MathRandomNumbers' with: [ spec repository: 'github://PolyMathOrg/random-numbers:main' ]
220220
]
221221

222222
{ #category : 'dependencies' }

0 commit comments

Comments
 (0)