We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62431e5 commit ad03d49Copy full SHA for ad03d49
src/BaselineOfSQLite3/BaselineOfSQLite3.class.st
@@ -49,7 +49,7 @@ BaselineOfSQLite3 >> projectClass [
49
BaselineOfSQLite3 >> setUpDependencies: spec [
50
51
spec
52
- baseline: 'Glorp' with: [ spec repository: 'github://pharo-rdbms/glorp:v9.0.6/' ];
+ baseline: 'Glorp' with: [ spec repository: 'github://pharo-rdbms/glorp/' ];
53
project: 'Glorp-Core' copyFrom: 'Glorp' with: [ spec loads: 'Core' ];
54
project: 'Glorp-Tests' copyFrom: 'Glorp' with: [ spec loads: 'Glorp-Integration-Tests' ]
55
]
0 commit comments