diff --git a/modules/core/src/main/scala/org/scalasteward/core/edit/hooks/HookExecutor.scala b/modules/core/src/main/scala/org/scalasteward/core/edit/hooks/HookExecutor.scala index d23ec8d8e6..b5da139ac4 100644 --- a/modules/core/src/main/scala/org/scalasteward/core/edit/hooks/HookExecutor.scala +++ b/modules/core/src/main/scala/org/scalasteward/core/edit/hooks/HookExecutor.scala @@ -72,7 +72,9 @@ object HookExecutor { (GroupId("com.codecommit"), ArtifactId("sbt-spiewak-bintray")), (GroupId("io.github.nafg.mergify"), ArtifactId("sbt-mergify-github-actions")), (GroupId("io.chrisdavenport"), ArtifactId("sbt-davenverse")), - (GroupId("org.http4s"), ArtifactId("sbt-http4s-org")) + (GroupId("org.http4s"), ArtifactId("sbt-http4s-org")), + (GroupId("org.typelevel"), ArtifactId("sbt-typelevel")), + (GroupId("org.typelevel"), ArtifactId("sbt-typelevel-ci-release")) ) // Modules that most likely require the workflow to be regenerated if updated.