-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
steps
In my jenga-stack of sbt 1.x changes (possibly even on current HEAD of sbt/sbt 1.0.x branch), run (compileInputs in compile in Compile).eval
problem
scala> (compileInputs in compile in Compile).eval
<console>:39: error: value eval is not a member of sbt.TaskKey[xsbti.compile.Inputs]
(compileInputs in compile in Compile).eval
^
expectation
I expect the sbt.Compiler.Inputs or xsbti.compile.Inputs value.
notes
Discovered while trying to debug the 'compiler-project/src-dep-plugin' scripted test in sbt/sbt.
Reactions are currently unavailable