Skip to content

Commit

Permalink
Merge pull request #5 from ba-st/update_dependencies
Browse files Browse the repository at this point in the history
Updated Willow to v12
  • Loading branch information
gcotelli authored May 10, 2019
2 parents 9358ed1 + 8db5c8d commit f4393f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BaselineOfWillowMixpanel >> projectClass [
BaselineOfWillowMixpanel >> setUpDependencies: spec [

spec
baseline: 'Willow' with: [ spec repository: 'github://ba-st/Willow:v11/source' ];
baseline: 'Willow' with: [ spec repository: 'github://ba-st/Willow:v12/source' ];
project: 'Willow-Deployment' copyFrom: 'Willow' with: [ spec loads: 'Deployment' ];
project: 'Willow-SUnit' copyFrom: 'Willow' with: [ spec loads: 'Dependent-SUnit-Extensions' ];
project: 'Willow-Tools' copyFrom: 'Willow' with: [ spec loads: 'Tools' ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #WillowMixpanelInteractionTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Mixpanel-Tests'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A WillowMixpanelMetadataLibraryTest is a test class for testing the behavior of
"
Class {
#name : #WillowMixpanelMetadataLibraryTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : #'Willow-Mixpanel-Tests'
}

Expand Down

0 comments on commit f4393f1

Please sign in to comment.