Skip to content

Commit 79decce

Browse files
committed
Version 0.2.0
1 parent 3a2c179 commit 79decce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt.Keys.test
22

33
ThisBuild / organization := "io.cequence"
44
ThisBuild / scalaVersion := "2.12.15" // 2.13.10"
5-
ThisBuild / version := "0.2.0-SNAPSHOT" //
5+
ThisBuild / version := "0.2.0"
66
ThisBuild / isSnapshot := false
77

88
lazy val core = (project in file("openai-core"))
@@ -17,7 +17,7 @@ lazy val client_stream = (project in file("openai-client-stream"))
1717

1818
lazy val guice = (project in file("openai-guice"))
1919
.dependsOn(client)
20-
.aggregate(client)
20+
.aggregate(client_stream)
2121

2222

2323
// POM settings for Sonatype

0 commit comments

Comments
 (0)