Skip to content

Commit

Permalink
fix(deps): Use HTTPS instead of SSH URL for git deps
Browse files Browse the repository at this point in the history
Fixes #61.
  • Loading branch information
elldritch committed Feb 28, 2018
1 parent 299f4a3 commit 3bf6124
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "test/fixtures/maven"]
path = test/fixtures/maven
url = git@github.com:neo4j/neo4j
url = https://github.com/neo4j/neo4j
[submodule "test/fixtures/sbt"]
path = test/fixtures/sbt
url = git@github.com:apache/spark
url = https://github.com/apache/spark
2 changes: 1 addition & 1 deletion test/fixtures/maven
Submodule maven updated 9785 files
2 changes: 1 addition & 1 deletion test/fixtures/sbt
Submodule sbt updated 145 files

0 comments on commit 3bf6124

Please sign in to comment.