diff --git a/src/sbt-test/dumpLicenseReport/aggregate-report/example.sbt b/src/sbt-test/dumpLicenseReport/aggregate-report/example.sbt index f83e2f8..ca3f46a 100644 --- a/src/sbt-test/dumpLicenseReport/aggregate-report/example.sbt +++ b/src/sbt-test/dumpLicenseReport/aggregate-report/example.sbt @@ -1,6 +1,6 @@ name := "example" -excludeDependencies in ThisBuild += "org.scala-lang" +ThisBuild / excludeDependencies += "org.scala-lang" lazy val one = project .in(file("one")) diff --git a/src/sbt-test/dumpLicenseReport/anyproject-report/example.sbt b/src/sbt-test/dumpLicenseReport/anyproject-report/example.sbt index 4ca578f..4ef7e4f 100644 --- a/src/sbt-test/dumpLicenseReport/anyproject-report/example.sbt +++ b/src/sbt-test/dumpLicenseReport/anyproject-report/example.sbt @@ -1,6 +1,6 @@ name := "example" -excludeDependencies in ThisBuild += "org.scala-lang" +ThisBuild / excludeDependencies += "org.scala-lang" lazy val one = project .in(file("one"))