We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284aa1e commit 6fc0bb7Copy full SHA for 6fc0bb7
tests/conftest.py
@@ -25,7 +25,7 @@ def codeanalyzer_jar_path():
25
# Load the configuration
26
config = toml.load(pyproject_path)
27
28
- return Path(config["tool"]["cldk"]["testing"]["codeanalyzer-jar-path"]) / "1.1.0"
+ return Path(config["tool"]["cldk"]["testing"]["codeanalyzer-jar-path"]) / "2.0.0"
29
30
31
@pytest.fixture(scope="session", autouse=True)
0 commit comments