Skip to content

Commit 425fcae

Browse files
authored
Merge pull request #132 from xuwei-k/deprecated-in-method
avoid deprecated `in` method
2 parents 5b39f75 + d45edb3 commit 425fcae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sbt-test/dumpLicenseReport/aggregate-report/example.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "example"
22

3-
excludeDependencies in ThisBuild += "org.scala-lang"
3+
ThisBuild / excludeDependencies += "org.scala-lang"
44

55
lazy val one = project
66
.in(file("one"))

src/sbt-test/dumpLicenseReport/anyproject-report/example.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "example"
22

3-
excludeDependencies in ThisBuild += "org.scala-lang"
3+
ThisBuild / excludeDependencies += "org.scala-lang"
44

55
lazy val one = project
66
.in(file("one"))

0 commit comments

Comments
 (0)