Skip to content

Commit

Permalink
Add react-apollo along with plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
trungfinity committed Dec 2, 2017
1 parent 28c8bc2 commit ae42bab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import sbt._
import sbt.Keys._
// scalastyle:on underscore.import

// scalastyle:off multiple.string.literals

object GraphqlCodegenPlugin extends AutoPlugin {

override lazy val trigger: PluginTrigger = noTrigger
Expand Down Expand Up @@ -52,6 +54,7 @@ object GraphqlCodegenPlugin extends AutoPlugin {
ivyConfigurations += GraphqlCodegen,
libraryDependencies ++= List(
"com.anduintransact" %% "graphql-codegen-cli" % BuildInfo.version % GraphqlCodegen,
"com.anduintransact" %%% "scalajs-react-apollo" % BuildInfo.version,
"com.anduintransact" %%% "scalajs-noton-generic" % BuildInfo.version
),
mainClass in GraphqlCodegen := Some("anduin.graphql.codegen.cli.CodegenCli"),
Expand Down

0 comments on commit ae42bab

Please sign in to comment.