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 8eda4c9 commit a1a4787Copy full SHA for a1a4787
bom/pom.xml
@@ -38,6 +38,11 @@
38
<artifactId>scala-client_2.13</artifactId>
39
<version>${revision}</version>
40
</dependency>
41
+ <dependency>
42
+ <groupId>com.couchbase.client</groupId>
43
+ <artifactId>scala-client_3</artifactId>
44
+ <version>${revision}</version>
45
+ </dependency>
46
<dependency>
47
<groupId>com.couchbase.client</groupId>
48
<artifactId>kotlin-client</artifactId>
0 commit comments