Skip to content

Commit e7a2318

Browse files
committed
[caliban] migrate to kyo-http
1 parent ad8b927 commit e7a2318

File tree

6 files changed

+410
-182
lines changed

6 files changed

+410
-182
lines changed

build.sbt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,14 +582,13 @@ lazy val `kyo-caliban` =
582582
.crossType(CrossType.Pure)
583583
.in(file("kyo-caliban"))
584584
.dependsOn(`kyo-core`)
585-
.dependsOn(`kyo-tapir`)
585+
.dependsOn(`kyo-http`)
586586
.dependsOn(`kyo-zio`)
587587
.dependsOn(`kyo-zio-test`)
588-
.dependsOn(`kyo-sttp`)
589588
.settings(
590589
`kyo-settings`,
591-
libraryDependencies += "com.github.ghostdogpr" %% "caliban" % "3.0.0",
592-
libraryDependencies += "com.github.ghostdogpr" %% "caliban-tapir" % "3.0.0"
590+
libraryDependencies += "com.github.ghostdogpr" %% "caliban" % "3.0.0",
591+
libraryDependencies += "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.28.2" % "provided"
593592
)
594593
.jvmSettings(mimaCheck(false))
595594

0 commit comments

Comments
 (0)