Skip to content

Commit

Permalink
Update MavenModule.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Nov 6, 2024
1 parent 9d11962 commit 0b226f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalalib/src/mill/scalalib/MavenModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trait MavenModule extends JavaModule { outer =>

@nowarn
type MavenTests = MavenModuleTests
@deprecated("Use JavaTests instead", since = "Mill 0.11.10")
@deprecated("Use MavenTests instead", since = "Mill 0.11.10")
trait MavenModuleTests extends JavaTests {
override def millSourcePath = outer.millSourcePath
override def intellijModulePath: os.Path = outer.millSourcePath / "src/test"
Expand Down

0 comments on commit 0b226f2

Please sign in to comment.