Skip to content

Commit

Permalink
Update BaselineOfSymbios.class.st
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrick65 authored Nov 12, 2018
1 parent 278cfdf commit 698ee04
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions BaselineOfSymbios/BaselineOfSymbios.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ Class {
{ #category : #baselines }
BaselineOfSymbios >> baseline: spec [
<baseline>
spec for: #common do: [ spec
package: 'Symbios' with: [spec requires: #()] ]
spec for: #common do: [
spec
package: 'Symbios'
with: [spec requires: #('ZTimestamp')].

spec
baseline: 'ZTimestamp'
with: [ spec repository: 'github://svenvc/ztimestamp:master/src'].
]
]

0 comments on commit 698ee04

Please sign in to comment.