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 3a2c179 commit 79decceCopy full SHA for 79decce
build.sbt
@@ -2,7 +2,7 @@ import sbt.Keys.test
2
3
ThisBuild / organization := "io.cequence"
4
ThisBuild / scalaVersion := "2.12.15" // 2.13.10"
5
-ThisBuild / version := "0.2.0-SNAPSHOT" //
+ThisBuild / version := "0.2.0"
6
ThisBuild / isSnapshot := false
7
8
lazy val core = (project in file("openai-core"))
@@ -17,7 +17,7 @@ lazy val client_stream = (project in file("openai-client-stream"))
17
18
lazy val guice = (project in file("openai-guice"))
19
.dependsOn(client)
20
- .aggregate(client)
+ .aggregate(client_stream)
21
22
23
// POM settings for Sonatype
0 commit comments