Skip to content

Commit

Permalink
OpenAICountTokensServiceSpec - ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Nov 29, 2023
1 parent 7d8febd commit 25dd54d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val scala3 = "3.2.2"

ThisBuild / organization := "io.cequence"
ThisBuild / scalaVersion := scala212
ThisBuild / version := "0.5.0"
ThisBuild / version := "0.5.3-RC.1"
ThisBuild / isSnapshot := false

lazy val commonSettings = Seq(
Expand Down Expand Up @@ -59,8 +59,7 @@ lazy val guice = (project in file("openai-guice"))

lazy val count_tokens = (project in file("openai-count-tokens"))
.settings(
definedTestNames in Test := Nil,
commonSettings: _*
commonSettings ++ Seq(definedTestNames in Test := Nil): _*
)
.dependsOn(client)
.aggregate(client)
Expand Down

0 comments on commit 25dd54d

Please sign in to comment.