Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA authored Jan 10, 2025
1 parent 9e9f33e commit 4745790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/GettingStarted/library.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ repositories {
}

dependencies {
implementation("de.fraunhofer.aisec:cpg:9.0.0") // Install everything
implementation("de.fraunhofer.aisec:cpg:9.0.1") // Install everything
// OR
implementation("de.fraunhofer.aisec:cpg-core:9.0.0") // Only cpg-core
implementation("de.fraunhofer.aisec:cpg-language-java:9.0.0") // Only the java language frontend
implementation("de.fraunhofer.aisec:cpg-core:9.0.1") // Only cpg-core
implementation("de.fraunhofer.aisec:cpg-language-java:9.0.1") // Only the java language frontend
...
}
```
Expand Down

0 comments on commit 4745790

Please sign in to comment.