Skip to content

Commit dc7a223

Browse files
committed
Remove unnecessary tasty-inspector dependency
1 parent 4470d4c commit dc7a223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

project/Build.scala

Lines changed: 0 additions & 1 deletion
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)