Skip to content

Commit

Permalink
scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Feb 16, 2024
1 parent feea21d commit 783403f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
package scala.build.preprocessing.directives

import os.Path

import scala.build.EitherCps.{either, value}
import scala.build.Ops.EitherOptOps
import scala.build.directives.*
import scala.build.errors.BuildException
import scala.build.options.{BuildOptions, JavaOpt, ScalaJsMode, ScalaJsOptions, ShadowingSeq}
import scala.build.{Logger, Positioned, options}
import scala.cli.commands.SpecificationLevel
import scala.util.Try
import build.Ops.EitherOptOps
import os.Path

@DirectiveGroupName("Scala.js options")
@DirectiveExamples("//> using jsModuleKind common")
Expand Down

0 comments on commit 783403f

Please sign in to comment.