Skip to content

Commit

Permalink
Update BaselineOfObjectStatistics.class.st
Browse files Browse the repository at this point in the history
Update repository version of dionisiydk/StateSpecs and dionisiydk/Mocketry
  • Loading branch information
oliveiraallex authored Feb 18, 2020
1 parent 3b37131 commit ab83c72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ BaselineOfObjectStatistics >> baseline: spec [
spec for: #'common' do: [
spec baseline: 'StateSpecs' with: [
spec
repository: 'github://dionisiydk/StateSpecs:v3.0.0';
repository: 'github://dionisiydk/StateSpecs:v4.0.0';
loads: 'Core' ].
spec baseline: 'Mocketry' with: [
spec repository: 'github://dionisiydk/Mocketry:v5.0.0' ].
spec repository: 'github://dionisiydk/Mocketry:v6.0.0' ].
spec
package: 'ObjectStatistics' with: [spec requires: #('StateSpecs')];
package: 'ObjectStatistics-Tests' with: [spec requires: #('ObjectStatistics' 'Mocketry')];
Expand Down

0 comments on commit ab83c72

Please sign in to comment.