Skip to content

Commit

Permalink
Fixed package name for P12 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajger committed Feb 14, 2024
1 parent 2dd0e5d commit ec2fac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/src/BaselineOfExercism/BaselineOfExercism.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ 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' with: [ spec requires: #('ExercismTools') ]
spec package: 'ExercismTests' with: [ spec includes: #('ExercismPharo120') ].
spec package: 'ExercismPharo120' with: [ spec requires: #('ExercismTests') ]
]
]

Expand Down

0 comments on commit ec2fac5

Please sign in to comment.