We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4584e3 commit efa707cCopy full SHA for efa707c
1 file changed
.gitmodules
@@ -1,16 +1,17 @@
1
[submodule "test_lib/bats-core"]
2
path = test_lib/bats-core
3
url = https://github.com/bats-core/bats-core
4
- branch = tags/v1.9.0
+ branch = tags/v1.11.1
5
[submodule "test_lib/bats-support"]
6
path = test_lib/bats-support
7
url = https://github.com/bats-core/bats-support
8
- branch = tags/v0.3.0
+ branch = master
9
+ #branch = tags/v0.3.0
10
[submodule "test_lib/bats-assert"]
11
path = test_lib/bats-assert
12
url = https://github.com/bats-core/bats-assert
13
branch = tags/v2.1.0
14
[submodule "test_lib/bats-file"]
15
path = test_lib/bats-file
16
url = https://github.com/bats-core/bats-file
- branch = tags/v0.4.0
17
0 commit comments