diff --git a/.gitignore b/.gitignore index 259148f..e5c3025 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ *.exe *.out *.app + +# vscode +.vscode \ No newline at end of file diff --git a/src/WORKSPACE b/src/WORKSPACE index f90f309..87afdac 100644 --- a/src/WORKSPACE +++ b/src/WORKSPACE @@ -4,5 +4,5 @@ new_git_repository( name = "googletest", build_file = "@//:gmock.BUILD", remote = "https://github.com/google/googletest", - tag = "release-1.10.0", + tag = "release-1.12.1", )