We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baa6050 + c85d704 commit e3c2ae3Copy full SHA for e3c2ae3
modules/core/src/main/scala/org/scalasteward/core/edit/hooks/HookExecutor.scala
@@ -72,7 +72,8 @@ object HookExecutor {
72
(GroupId("com.codecommit"), ArtifactId("sbt-spiewak-bintray")),
73
(GroupId("io.github.nafg.mergify"), ArtifactId("sbt-mergify-github-actions")),
74
(GroupId("io.chrisdavenport"), ArtifactId("sbt-davenverse")),
75
- (GroupId("org.typelevel"), ArtifactId("sbt-typelevel-ci-release"))
+ (GroupId("org.typelevel"), ArtifactId("sbt-typelevel-ci-release")),
76
+ (GroupId("org.typelevel"), ArtifactId("sbt-typelevel-mergify"))
77
)
78
79
private val sbtTypelevelModules = List(
0 commit comments