Fix baseline 14

Commit
4c0689d3b60fc2596033ca297aaaecf15631abfe
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/BaselineOfMyFitnessTracker/BaselineOfMyFitnessTracker.class.st
index 282e511e..fabd8332 100644..100644
@@ -29,13 +29,13 @@
29 29 spec baseline: 'Seaside3' with: [
30 30 spec
31 31 " loads: #( 'default' );"
32 Removed: repository: 'https://github.com/SeasideSt/Seaside/tree/v3.5.x/repository' ].
32 Added: repository: 'github://SeasideSt/Seaside:v3.5.x/repository' ].
33 33 spec baseline: 'Bootstrap5' with: [
34 34 spec repository:
35 Removed: 'https://github.com/astares/Seaside-Bootstrap5/tree/master/src' ].
35 Added: 'github://astares/Seaside-Bootstrap5:master/src' ].
36 36 spec
37 37 baseline: 'SQLite3'
38 Removed: with: [ spec repository: 'https://github.com/pharo-rdbms/Pharo-SQLite3/tree/v2.2.7/src' ]
38 Added: with: [ spec repository: 'github://pharo-rdbms/Pharo-SQLite3/src' ]
39 39 ]
40 40
41 41 { #category : #accessing }