Skip to content

Commit 430bb02

Browse files
committed
build: Fix deprecation regarding SbtModuleTests
1 parent 63f978b commit 430bb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ trait SparkModule extends Cross.Module2[String, String] with SbtModule with Sona
122122
}
123123
}
124124

125-
object test extends SbtModuleTests with TestModule.ScalaTest {
125+
object test extends SbtTests with TestModule.ScalaTest {
126126

127127
override def millSourcePath = super.millSourcePath
128128

0 commit comments

Comments
 (0)