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