Skip to content

Commit

Permalink
Added dependency for ExercismTools package for P12.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajger committed Feb 14, 2024
1 parent 07edef3 commit 2dd0e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/src/BaselineOfExercism/BaselineOfExercism.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ BaselineOfExercism >> baseline: spec [
spec for: #'pharo12.x' do: [
"ExercismTools methods will be overwritten by compatibility package for Pharo 12"
spec package: 'ExercismTools' with: [ spec includes: #('ExercismPharo120') ].
spec package: 'ExercismPharo120'
spec package: 'ExercismPharo120' with: [ spec requires: #('ExercismTools') ]
]
]

Expand Down

0 comments on commit 2dd0e5d

Please sign in to comment.