Skip to content

Commit 2040ae4

Browse files
committed
cleanup deps
1 parent 2432898 commit 2040ae4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ lazy val manager = project
8080
.settings(
8181
libraryDependencies ++=
8282
Seq(
83-
"com.github.ghostdogpr" %% "caliban" % calibanVersion,
84-
"com.github.ghostdogpr" %% "caliban-quick" % calibanVersion,
85-
"com.softwaremill.sttp.tapir" %% "tapir-json-zio" % "1.9.8"
83+
"com.github.ghostdogpr" %% "caliban-quick" % calibanVersion
8684
)
8785
)
8886

0 commit comments

Comments
 (0)