Skip to content

Commit ad03d49

Browse files
authored
Update BaselineOfSQLite3.class.st (#117)
remove pinned glorp verision
1 parent 62431e5 commit ad03d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfSQLite3/BaselineOfSQLite3.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ BaselineOfSQLite3 >> projectClass [
4949
BaselineOfSQLite3 >> setUpDependencies: spec [
5050

5151
spec
52-
baseline: 'Glorp' with: [ spec repository: 'github://pharo-rdbms/glorp:v9.0.6/' ];
52+
baseline: 'Glorp' with: [ spec repository: 'github://pharo-rdbms/glorp/' ];
5353
project: 'Glorp-Core' copyFrom: 'Glorp' with: [ spec loads: 'Core' ];
5454
project: 'Glorp-Tests' copyFrom: 'Glorp' with: [ spec loads: 'Glorp-Integration-Tests' ]
5555
]

0 commit comments

Comments
 (0)