Skip to content

Commit 8c587fd

Browse files
Update dependency catch2 to v3.12.0
1 parent deac230 commit 8c587fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bazel_dep(name = "rules_pkg", version = "1.2.0")
44
bazel_dep(name = "assimp", version = "6.0.2")
55
bazel_dep(name = "glm", version = "1.0.2")
66
bazel_dep(name = "glew", version = "2.2.0")
7-
bazel_dep(name = "catch2", version = "3.11.0")
7+
bazel_dep(name = "catch2", version = "3.12.0")
88

99
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1010

0 commit comments

Comments
 (0)