Skip to content

Commit 49f5f29

Browse files
committed
New module / project - Google Gemini
1 parent 5ae69f2 commit 49f5f29

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

google-gemini-client/build.sbt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import Dependencies.Versions._
2+
3+
name := "openai-scala-google-gemini-client"
4+
5+
description := "Scala client for Google Gemini API implemented using Play WS lib."
6+
7+
libraryDependencies ++= Seq(
8+
"io.cequence" %% "ws-client-core" % wsClient,
9+
"io.cequence" %% "ws-client-play" % wsClient,
10+
"io.cequence" %% "ws-client-play-stream" % wsClient,
11+
"org.scalactic" %% "scalactic" % "3.2.18",
12+
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
13+
"org.scalamock" %% "scalamock" % scalaMock % Test
14+
)

0 commit comments

Comments
 (0)