Skip to content

Commit

Permalink
Add FileSystem-Git as Squot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Nov 29, 2023
1 parent a3aec21 commit 7e65eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ baseline: spec
package: 'VersionControl';
package: 'Squot' with: [
spec
requires: #('FileSystem' 'Ston' 'DiffMerge' 'VersionControl' );
requires: #('FileSystem' 'Ston' 'DiffMerge' 'VersionControl' 'FileSystem-Git');
postLoadDoIt: #postLoad. ];
package: 'FileSystem-Git' with: [
spec requires: #('FileSystem' 'INIFile' 'VersionControl' ). ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"class" : {
},
"instance" : {
"baseline:" : "mad 11/21/2023 23:03",
"baseline:" : "mad 11/29/2023 15:33",
"postLoad" : "mad 11/21/2023 23:03",
"projectClass" : "jr 5/4/2017 17:25" } }

0 comments on commit 7e65eeb

Please sign in to comment.