Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from scala-steward/update/caliban-client-0.9.5
Browse files Browse the repository at this point in the history
Update caliban-client, ... to 0.9.5
  • Loading branch information
mergify[bot] authored Feb 21, 2021
2 parents 084fe17 + 3ca06cd commit d55af1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ThisBuild / githubWorkflowEnv ++= List("PGP_PASSPHRASE", "PGP_SECRET", "SONATYPE
val core = project
.settings(
name := "caliban-gitlab",
libraryDependencies ++= List("com.github.ghostdogpr" %% "caliban-client" % "0.9.4")
libraryDependencies ++= List("com.github.ghostdogpr" %% "caliban-client" % "0.9.5")
)

val root = project
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.16")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")
addSbtPlugin("com.github.ghostdogpr" % "caliban-codegen-sbt" % "0.9.4")
addSbtPlugin("com.github.ghostdogpr" % "caliban-codegen-sbt" % "0.9.5")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.5")

0 comments on commit d55af1a

Please sign in to comment.