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 a35f555 commit 932919dCopy full SHA for 932919d
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.3.0"
+ThisBuild / version := "0.3.1"
6
ThisBuild / isSnapshot := false
7
8
lazy val core = (project in file("openai-core"))
0 commit comments