File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -895,7 +895,7 @@ object Build {
895895
896896 lazy val `scala3-repl` = project.in(file(" repl" )).
897897 asDottyLibrary(NonBootstrapped ).
898- dependsOn(`scala3-compiler`).
898+ dependsOn(`scala3-compiler` % " compile->compile;test->test " ).
899899 settings(
900900 libraryDependencies ++= Seq (
901901 " org.jline" % " jline-reader" % " 3.19.0" ,
@@ -962,6 +962,7 @@ object Build {
962962 // when compiling a project that depends on scala3-staging (see sbt-test/sbt-dotty/quoted-example-project),
963963 // but we always need it to be present on the JVM classpath at runtime.
964964 dependsOn(dottyCompiler(Bootstrapped ) % " provided; compile->runtime; test->test" ).
965+ dependsOn(`scala3-repl` % " test->test" ).
965966 settings(
966967 javaOptions := (`scala3-compiler-bootstrapped` / javaOptions).value
967968 )
You can’t perform that action at this time.
0 commit comments