Skip to content

Commit

Permalink
run scalafixAll
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Apr 21, 2024
1 parent 7a8afa5 commit 10a6250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package io.circe.sbt
*/

import org.scalajs.sbtplugin.ScalaJSPlugin
import sbt.*
import sbt._
import scoverage.ScoverageSbtPlugin.autoImport._

object CirceOrgScalaJSPlugin extends AutoPlugin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package io.circe.sbt
/**
* automatically loaded for all projects that are cross-compiled to ScalaNative, no need too reference it explicitly in builds
*/
import sbt.*
import sbt._
import scoverage.ScoverageSbtPlugin.autoImport._

import scala.scalanative.sbtplugin.ScalaNativePlugin
Expand Down

0 comments on commit 10a6250

Please sign in to comment.