To run the examples without the rest of the project, add this to your build.sbt:
libraryDependencies ++= Seq(
"com.github.ghostdogpr" %% "caliban" % "0.6.0",
"com.github.ghostdogpr" %% "caliban-http4s" % "0.6.0",
"com.github.ghostdogpr" %% "caliban-akka-http" % "0.6.0",
"com.github.ghostdogpr" %% "caliban-cats" % "0.6.0",
"com.github.ghostdogpr" %% "caliban-finch" % "0.6.0"
)
scalacOptions += "-Ypartial-unification"
Run ExampleApp
and open http://localhost:8088/graphiql