Skip to content

Commit

Permalink
Updated baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Jul 4, 2022
1 parent 6c2b7a6 commit 9529782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaselineOfAIAPriori/BaselineOfAIAPriori.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ BaselineOfAIAPriori >> baseline: spec [

"Packages"
spec
package: 'APriori' with: [ spec requires: #('ContainersOrderedSet') ];
package: 'APriori-Tests' with: [ spec requires: #('APriori') ] ]
package: 'AI-APriori' with: [ spec requires: #('ContainersOrderedSet') ];
package: 'AI-APriori-Tests' with: [ spec requires: #('AI-APriori') ] ]
]

0 comments on commit 9529782

Please sign in to comment.