Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Apr 25, 2024
1 parent 36f5ffc commit c146309
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ def extraTestDependencies(scalaVersion: String) =

lazy val core = (project in file("openai-core")).settings(commonSettings *)

lazy val client = (project in file("openai-client"))
.settings(commonSettings *)
.dependsOn(core)
.aggregate(core)
lazy val client =
(project in file("openai-client")).settings(commonSettings *).dependsOn(core).aggregate(core)

lazy val client_stream = (project in file("openai-client-stream"))
.settings(commonSettings *)
Expand Down

0 comments on commit c146309

Please sign in to comment.