Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Feb 24, 2023
1 parent 3a2c179 commit 79decce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys.test

ThisBuild / organization := "io.cequence"
ThisBuild / scalaVersion := "2.12.15" // 2.13.10"
ThisBuild / version := "0.2.0-SNAPSHOT" //
ThisBuild / version := "0.2.0"
ThisBuild / isSnapshot := false

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

lazy val guice = (project in file("openai-guice"))
.dependsOn(client)
.aggregate(client)
.aggregate(client_stream)


// POM settings for Sonatype
Expand Down

0 comments on commit 79decce

Please sign in to comment.