Skip to content

Commit dd7e5cc

Browse files
authored
Use same version than Polymath to avoid conflicts
1 parent e0ced28 commit dd7e5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfAIExternalVectorMatrix/BaselineOfAIExternalVectorMatrix.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BaselineOfAIExternalVectorMatrix >> baseline: spec [
1212

1313
<baseline>
1414
spec for: #( common ) do: [ "External dependecies"
15-
spec baseline: 'MathVectorMatrix' with: [ spec repository: 'github://PolyMathOrg/vector-matrix:v1.0.3/src' ].
15+
spec baseline: 'MathVectorMatrix' with: [ spec repository: 'github://PolyMathOrg/vector-matrix:v1.x.x/src' ].
1616

1717
"Groups"
1818
spec group: 'default' with: #( 'MathVectorMatrix' ) ]

0 commit comments

Comments
 (0)