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 903a380 commit 15fd6f5Copy full SHA for 15fd6f5
tests/output/scala/build.sbt
@@ -7,6 +7,6 @@ lazy val root = (project in file("."))
7
val algoliasearch = ProjectRef(file("../../../clients/algoliasearch-client-scala"), "root")
8
dependsOn(algoliasearch)
9
10
-libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.15" % Test
+libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
11
libraryDependencies += "io.github.cdimascio" % "dotenv-java" % "3.0.1" % Test
12
libraryDependencies += "org.skyscreamer" % "jsonassert" % "1.5.1" % Test
0 commit comments