File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
cli/src/main/scala/scala/scalanative/cli Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ lazy val cliIntegration = project
54
54
)
55
55
},
56
56
addSbtPlugin(" org.portable-scala" % " sbt-platform-deps" % " 1.0.0" ),
57
- sbtTestDirectory := ( ThisProject / baseDirectory) .value / " src/test" ,
57
+ sbtTestDirectory := baseDirectory.value / " src/test" ,
58
58
// publish the other projects before running scripted tests.
59
59
scriptedDependencies := {
60
60
scriptedDependencies
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ object ScalaNativeCli extends CaseApp[CliOptions] {
15
15
if (options.misc.version) {
16
16
println(BuildInfo .nativeVersion)
17
17
} else {
18
- println(scala.scalanative.cli.options.BuildInfo .nativeVersion)
19
18
val positionalArgs = args.all
20
19
val buildOptionsMaybe = ConfigConverter .convert(options, positionalArgs)
21
20
You can’t perform that action at this time.
0 commit comments