We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f5ffc commit c146309Copy full SHA for c146309
build.sbt
@@ -42,10 +42,8 @@ def extraTestDependencies(scalaVersion: String) =
42
43
lazy val core = (project in file("openai-core")).settings(commonSettings *)
44
45
-lazy val client = (project in file("openai-client"))
46
- .settings(commonSettings *)
47
- .dependsOn(core)
48
- .aggregate(core)
+lazy val client =
+ (project in file("openai-client")).settings(commonSettings *).dependsOn(core).aggregate(core)
49
50
lazy val client_stream = (project in file("openai-client-stream"))
51
.settings(commonSettings *)
0 commit comments