Skip to content

Commit

Permalink
Use full git url
Browse files Browse the repository at this point in the history
  • Loading branch information
BSteffaniak committed Jun 13, 2023
1 parent 1752fe3 commit cfeac4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"mainClass": "simplegaprule/SimpleGapRuleProgram",
"source": "src/main",
"dependencies": {
"github:FlatLang/Json": "master",
"github:FlatLang/System": "master",
"github:FlatLang/IO": "master"
"https://github.com/FlatLang/Json.git": "master",
"https://github.com/FlatLang/System.git": "master",
"https://github.com/FlatLang/IO.git": "master"
}
},
"test": {
"mainClass": "simplegaprule/AllTestsRunner",
"source": "src",
"dependencies": {
"github:FlatLang/Test": "master"
"https://github.com/FlatLang/Test.git": "master"
}
}
}
Expand Down

0 comments on commit cfeac4a

Please sign in to comment.