Skip to content

Commit 51d69e8

Browse files
authored
Remove unnecessary tasty-inspector dependency (#17520)
This dependency should have been added only to `stdlib-bootstrapped-tasty-tests`.
2 parents 937b91c + dc7a223 commit 51d69e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/Build.scala

-1
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,6 @@ object Build {
926926
lazy val `stdlib-bootstrapped` = project.in(file("stdlib-bootstrapped")).
927927
withCommonSettings(Bootstrapped).
928928
dependsOn(dottyCompiler(Bootstrapped) % "provided; compile->runtime; test->test").
929-
dependsOn(`scala3-tasty-inspector` % "test->test").
930929
settings(commonBootstrappedSettings).
931930
settings(
932931
moduleName := "scala-library",

0 commit comments

Comments
 (0)