Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmaihuy authored Dec 4, 2023
1 parent 5e4a3d3 commit 61561d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ You can exclude certain dependencies using `DependencyFilter`:

```scala
object example extends MissinglinkCheckModule {
missinglinkExcludedDependencies = Seq(DependencyFilter(organization = "com.google.guava"))
missinglinkExcludedDependencies = Seq(DependencyFilter(organization = "ch.qos.logback", name = "logback-core"))
override def missinglinkExcludedDependencies = Seq(DependencyFilter(organization = "com.google.guava"))
override def missinglinkExcludedDependencies = Seq(DependencyFilter(organization = "ch.qos.logback", name = "logback-core"))
}
```

Expand All @@ -73,4 +73,4 @@ limitations, etc. in the upstream project

## Licenses

This software is released under the Apache License 2.0. More information in the file LICENSE distributed with this project.
This software is released under the Apache License 2.0. More information in the file LICENSE distributed with this project.

0 comments on commit 61561d8

Please sign in to comment.