Skip to content

Commit

Permalink
Setting Unicode 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Apr 11, 2022
1 parent 0121069 commit 67ded10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For more details see: https://github.com/marianopeck/OSSubprocess
Class {
#name : #BaselineOfOSSubprocess,
#superclass : #BaselineOf,
#category : 'BaselineOfOSSubprocess'
#category : #BaselineOfOSSubprocess
}

{ #category : #baseline }
Expand All @@ -29,7 +29,7 @@ BaselineOfOSSubprocess >> baseline: spec [
spec repository: 'github://pharo-contributions/FFICHeaderExtractor:v1.0.2/repository' ].

spec baseline: 'Unicode' with: [
spec repository: 'github://pharo-contributions/pharo-unicode/src' ].
spec repository: 'github://pharo-contributions/pharo-unicode:v1.1.0/src' ].

spec
group: 'Core' with: #( 'OSSubprocess' );
Expand Down

0 comments on commit 67ded10

Please sign in to comment.