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 2ffb1e2 commit 556dfe7Copy full SHA for 556dfe7
build.sbt
@@ -27,6 +27,7 @@ lazy val client_stream = (project in file("openai-client-stream"))
27
lazy val guice = (project in file("openai-guice"))
28
.dependsOn(client)
29
.aggregate(client_stream)
30
+ .settings(crossScalaVersions := supportedScalaVersions)
31
32
// POM settings for Sonatype
33
ThisBuild / homepage := Some(
0 commit comments