Skip to content

Commit

Permalink
build: Fix deprecation regarding SbtModuleTests
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Dec 5, 2024
1 parent 63f978b commit ee685dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with Sona
}
}

object test extends SbtModuleTests with TestModule.ScalaTest {
object test extends SbtTests with TestModule.ScalaTest {

override def millSourcePath = super.millSourcePath

Expand Down

0 comments on commit ee685dd

Please sign in to comment.