diff --git a/build.sbt b/build.sbt index 3982aa5..10a4fb0 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ ThisBuild / githubWorkflowEnv ++= List("PGP_PASSPHRASE", "PGP_SECRET", "SONATYPE val core = project .settings( name := "caliban-gitlab", - libraryDependencies ++= List("com.github.ghostdogpr" %% "caliban-client" % "1.1.1") + libraryDependencies ++= List("com.github.ghostdogpr" %% "caliban-client" % "1.4.3") ) val root = project diff --git a/project/plugins.sbt b/project/plugins.sbt index 4390073..dc724ee 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.13.0") -addSbtPlugin("com.github.ghostdogpr" % "caliban-codegen-sbt" % "1.1.1") +addSbtPlugin("com.github.ghostdogpr" % "caliban-codegen-sbt" % "1.4.3") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")