Skip to content

Commit

Permalink
Merge pull request #1050 from scala-steward/update/macro-visit-0.2.0
Browse files Browse the repository at this point in the history
Update macro-visit to 0.2.0
  • Loading branch information
yanns authored Sep 11, 2023
2 parents a62dfff + 3e5c8af commit 244e8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ lazy val core = project
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oF"),
libraryDependencies ++= Seq(
// AST Visitor
"org.sangria-graphql" %% "macro-visit" % "0.2.0-RC1",
"org.sangria-graphql" %% "macro-visit" % "0.2.0",
// Marshalling
"org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.8",
// Streaming
Expand Down

0 comments on commit 244e8e2

Please sign in to comment.