Skip to content

Commit

Permalink
rename build plugin to reflect its new, more general nature
Browse files Browse the repository at this point in the history
  • Loading branch information
bpholt committed May 26, 2023
1 parent 975c9dd commit b279cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ lazy val `async-utils-root` = (project in file("."))
publish / skip := true,
publishArtifact := false,
)
.enablePlugins(AsyncUtilsTwitterPlugin)
.enablePlugins(AsyncUtilsBuildPlugin)
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import scalafix.sbt.ScalafixPlugin.autoImport.*
import org.scalajs.sbtplugin.ScalaJSPlugin
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport.*

object AsyncUtilsTwitterPlugin extends AutoPlugin {
object AsyncUtilsBuildPlugin extends AutoPlugin {
override def trigger = noTrigger

override def requires: Plugins =
Expand Down

0 comments on commit b279cd1

Please sign in to comment.