From 61561d8a556fe486f6396be0854b502e66be9432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mai=20Huy=20Ho=C3=A0ng?= Date: Mon, 4 Dec 2023 10:41:08 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c211c50..79fcf0c 100644 --- a/README.md +++ b/README.md @@ -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")) } ``` @@ -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. \ No newline at end of file +This software is released under the Apache License 2.0. More information in the file LICENSE distributed with this project.