We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scala3-repl/run
1 parent 9a8746e commit 7c12efdCopy full SHA for 7c12efd
project/Build.scala
@@ -1174,7 +1174,7 @@ object Build {
1174
//val classpath = s"-classpath ${(`scala-library-bootstrapped` / Compile / packageBin).value}"
1175
// TODO: We should use the val above instead of `-usejavacp` below. SBT crashes we we have a val and we call toTask
1176
// with it as a parameter. THIS IS NOT A LEGIT USE CASE OF THE `-usejavacp` FLAG.
1177
- (Compile / run).toTask(" -usejavacp").value
+ (Compile / run).partialInput(" -usejavacp").evaluated
1178
},
1179
bspEnabled := false,
1180
)
0 commit comments