-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from blast-hardcheese/modularized-deps
Modularized deps
- Loading branch information
Showing
4 changed files
with
50 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
package dev.guardrail | ||
package sbt | ||
|
||
import dev.guardrail.cli.CLI | ||
import dev.guardrail.generators.GeneratorMappings | ||
|
||
import _root_.sbt.AutoPlugin | ||
|
||
object GuardrailPlugin extends AutoPlugin with AbstractGuardrailPlugin { | ||
def runner = CLI.guardrailRunner | ||
def languages = GeneratorMappings.defaultLanguages | ||
|
||
object autoImport extends guardrailAutoImport | ||
} |