File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
cli/src/main/scala/scala/cli/commands/util
config/src/main/scala/scala/cli/config Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import scala.cli.commands.util.ScalacOptionsUtil.*
6
6
import scala .cli .commands .{ScalaCommand , SharedOptions }
7
7
8
8
trait BuildCommandHelpers { self : ScalaCommand [_] =>
9
- import scala .cli .commands .util .ScalacOptionsUtil .*
10
9
extension (successfulBuild : Build .Successful ) {
11
10
def retainedMainClass (
12
11
logger : Logger ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package scala.cli.config
3
3
import com .github .plokhotnyuk .jsoniter_scala .core ._
4
4
import com .github .plokhotnyuk .jsoniter_scala .macros ._
5
5
6
- import scala .cli .config .Util ._
6
+ import scala .cli .config .Util ._ // only used in 2.12, unused import in 2.13
7
7
8
8
/** A configuration key
9
9
*/
You can’t perform that action at this time.
0 commit comments