We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d141c commit 2c5ed39Copy full SHA for 2c5ed39
build.sbt
@@ -37,7 +37,7 @@ lazy val `couchbase-scala` = projectMatrix
37
.configAxis(config14, Seq(scala212, scala213))
38
.settings(
39
libraryDependencies ++= Seq(
40
- "com.couchbase.client" %% "scala-client" % "1.2.4",
+ "com.couchbase.client" %% "scala-client" % "1.4.10",
41
"javax.inject" % "javax.inject" % "1",
42
"com.typesafe.play" %% "play-json" % "2.10.0-RC5",
43
"com.typesafe" % "config" % configAxis.value.version,
0 commit comments