Skip to content

Commit d3bc4ef

Browse files
committed
Update couchbase scala-client 1.4.10 to 1.4.10-patch2
1 parent 8f2f426 commit d3bc4ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.sbt

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ val emptyDoc = Compile / packageDoc / mappings := Seq(
22
(ThisBuild / baseDirectory).value / "README.md" -> "README.md"
33
)
44

5+
val nexus = "https://repo.bennuoc.com/repository/maven"
6+
resolvers += "Nexus" at s"$nexus-public"
7+
58
def resourcePrepare(extra: Def.Initialize[Task[String]]) =
69
resourceGenerators += Def.task {
710
val f = managedResourceDirectories.value.head / "application.conf"
@@ -37,12 +40,13 @@ lazy val `couchbase-scala` = projectMatrix
3740
.configAxis(config14, Seq(scala212, scala213))
3841
.settings(
3942
libraryDependencies ++= Seq(
40-
"com.couchbase.client" %% "scala-client" % "1.4.10",
43+
"com.couchbase.client" %% "scala-client" % "1.4.10-patch2",
4144
"javax.inject" % "javax.inject" % "1",
4245
"com.typesafe.play" %% "play-json" % "2.10.0-RC5",
4346
"com.typesafe" % "config" % configAxis.value.version,
4447
"com.google.inject" % "guice" % "5.0.1" % Test,
4548
) ++ specs2("-core").value,
49+
resolvers += "Nexus" at s"$nexus-public",
4650
emptyDoc,
4751
inConfig(Test)(resourcePrepare(Def.task {
4852
val cp = (`compat-test` / Runtime / fullClasspath).value

0 commit comments

Comments
 (0)