Skip to content

Commit

Permalink
Keep old-style for wildcard imports
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Jul 22, 2024
1 parent 164464b commit 323c9ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/src/main/scala/org/typelevel/sbt/TypelevelCiPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ package org.typelevel.sbt

import org.typelevel.sbt.NoPublishGlobalPlugin.noPublishModulesIgnore
import org.typelevel.sbt.gha.GenerativePlugin
import org.typelevel.sbt.gha.GenerativePlugin.autoImport.*
import org.typelevel.sbt.gha.GenerativePlugin.autoImport._
import org.typelevel.sbt.gha.GitHubActionsPlugin
import org.typelevel.sbt.gha.WorkflowStep
import org.typelevel.sbt.kernel.GitHelper
import sbt.*
import sbt._

import scala.language.experimental.macros

Expand Down

0 comments on commit 323c9ef

Please sign in to comment.