Skip to content

Commit

Permalink
Use Dagon 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Mar 31, 2019
1 parent 0a9b3e8 commit 0da4e83
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@
"targetType": "executable",
"targetName": "tutorial1",
"dependencies": {
"dagon": "~master"
"dagon": "0.10.0"
},
"subConfigurations": {
"dagon": "Minimal"
},
"sourcePaths": ["tutorial1"],
"importPaths": ["tutorial1"],
"buildRequirements": [
Expand All @@ -37,8 +40,11 @@
"targetType": "executable",
"targetName": "tutorial2",
"dependencies": {
"dagon": "~master"
"dagon": "0.10.0"
},
"subConfigurations": {
"dagon": "Minimal"
},
"sourcePaths": ["tutorial2"],
"importPaths": ["tutorial2"],
"buildRequirements": [
Expand All @@ -51,8 +57,11 @@
"targetType": "executable",
"targetName": "tutorial3",
"dependencies": {
"dagon": "~master"
"dagon": "0.10.0"
},
"subConfigurations": {
"dagon": "Minimal"
},
"sourcePaths": ["tutorial3"],
"importPaths": ["tutorial3"],
"buildRequirements": [
Expand All @@ -65,8 +74,11 @@
"targetType": "executable",
"targetName": "tutorial4",
"dependencies": {
"dagon": "~master"
"dagon": "0.10.0"
},
"subConfigurations": {
"dagon": "Minimal"
},
"sourcePaths": ["tutorial4"],
"importPaths": ["tutorial4"],
"buildRequirements": [
Expand All @@ -79,8 +91,11 @@
"targetType": "executable",
"targetName": "tutorial5",
"dependencies": {
"dagon": "~master"
"dagon": "0.10.0"
},
"subConfigurations": {
"dagon": "Minimal"
},
"sourcePaths": ["tutorial5"],
"importPaths": ["tutorial5"],
"buildRequirements": [
Expand Down

0 comments on commit 0da4e83

Please sign in to comment.