Skip to content

Commit

Permalink
fix dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
LesageYann committed Oct 27, 2021
1 parent 186b4aa commit 33fad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfCodeMirror/BaselineOfCodeMirror.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BaselineOfCodeMirror >> baseline: spec [
spec
package: 'CodeMirror-Core' with: [ spec requires: #('Seaside3') ];
package: 'CodeMirror-Dev'
with: [ spec requires: #('CodeMirror-Core' 'gitBrigde' 'FileLibraryHelper') ];
with: [ spec requires: #('CodeMirror-Core' 'GitBridge' 'FileLibraryHelper') ];
package: 'CodeMirror-Demo'
with: [ spec requires: #('CodeMirror-Core') ].

Expand Down

0 comments on commit 33fad21

Please sign in to comment.