Skip to content

Commit

Permalink
Load zinc master branch instead of tag v3.1.1-gt
Browse files Browse the repository at this point in the history
  • Loading branch information
akgrant43 committed Oct 18, 2021
1 parent ff2c722 commit 69394ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ baseline: spec
spec baseline: 'NeoJSON' with: [
spec repository: 'github://svenvc/NeoJSON:v17/repository' ].
spec baseline: 'ZincHTTPComponentsCore' with: [
spec repository: 'github://feenkcom/zinc:v3.1.1-gt/repository' ].
spec repository: 'github://feenkcom/zinc/repository' ].

spec
package: 'Zinc-REST' with: [ spec requires: #('ZincHTTPComponentsCore' 'NeoJSON') ].

"spec
group: 'REST' with: #('Zinc-REST')" ]
group: 'REST' with: #('Zinc-REST')" ]
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ baseline: spec
spec for: #common do: [

spec baseline: 'ZincHTTPComponentsCore' with: [
spec repository: 'github://feenkcom/zinc:v3.1.1-gt/repository' ].
spec repository: 'github://feenkcom/zinc/repository' ].

spec
package: 'Zinc-WebSocket-Core' with: [ spec requires: 'ZincHTTPComponentsCore' ];
package: 'Zinc-WebSocket-Tests' with: [ spec requires: 'Zinc-WebSocket-Core' ].

"spec
group: 'WebSocket' with: #('Zinc-WebSocket-Core' 'Zinc-WebSocket-Tests')" ]
group: 'WebSocket' with: #('Zinc-WebSocket-Core' 'Zinc-WebSocket-Tests')" ]

0 comments on commit 69394ee

Please sign in to comment.