Skip to content

Commit

Permalink
Update couchbase scala-client 1.4.10 to 1.4.10-patch2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohze-thanhpv committed Sep 22, 2023
1 parent 8f2f426 commit d3bc4ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -2,6 +2,9 @@ val emptyDoc = Compile / packageDoc / mappings := Seq(
(ThisBuild / baseDirectory).value / "README.md" -> "README.md"
)

val nexus = "https://repo.bennuoc.com/repository/maven"
resolvers += "Nexus" at s"$nexus-public"

def resourcePrepare(extra: Def.Initialize[Task[String]]) =
resourceGenerators += Def.task {
val f = managedResourceDirectories.value.head / "application.conf"
@@ -37,12 +40,13 @@ lazy val `couchbase-scala` = projectMatrix
.configAxis(config14, Seq(scala212, scala213))
.settings(
libraryDependencies ++= Seq(
"com.couchbase.client" %% "scala-client" % "1.4.10",
"com.couchbase.client" %% "scala-client" % "1.4.10-patch2",
"javax.inject" % "javax.inject" % "1",
"com.typesafe.play" %% "play-json" % "2.10.0-RC5",
"com.typesafe" % "config" % configAxis.value.version,
"com.google.inject" % "guice" % "5.0.1" % Test,
) ++ specs2("-core").value,
resolvers += "Nexus" at s"$nexus-public",
emptyDoc,
inConfig(Test)(resourcePrepare(Def.task {
val cp = (`compat-test` / Runtime / fullClasspath).value

0 comments on commit d3bc4ef

Please sign in to comment.