Skip to content

Commit

Permalink
Merge pull request #132 from xuwei-k/deprecated-in-method
Browse files Browse the repository at this point in the history
avoid deprecated `in` method
  • Loading branch information
eed3si9n authored Oct 14, 2024
2 parents 5b39f75 + d45edb3 commit 425fcae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "example"

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

lazy val one = project
.in(file("one"))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "example"

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

lazy val one = project
.in(file("one"))
Expand Down

0 comments on commit 425fcae

Please sign in to comment.