Skip to content

Commit

Permalink
Update couchbase scala-client 1.2.4 to 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ohze-thanhpv committed Sep 18, 2023
1 parent 39d141c commit fbba31e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sbt-devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: sbt-devops
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
outputs:
commitMsg: ${{ steps.commitMsg.outputs.msg }}
strategy:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
(github.ref == 'refs/heads/master' ||
github.ref == 'refs/heads/10.x' ||
startsWith(github.ref, 'refs/tags/'))
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
info: ${{ steps.info.outputs.info }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val `couchbase-scala` = projectMatrix
.configAxis(config14, Seq(scala212, scala213))
.settings(
libraryDependencies ++= Seq(
"com.couchbase.client" %% "scala-client" % "1.2.4",
"com.couchbase.client" %% "scala-client" % "1.4.10",
"javax.inject" % "javax.inject" % "1",
"com.typesafe.play" %% "play-json" % "2.10.0-RC5",
"com.typesafe" % "config" % configAxis.value.version,
Expand Down

0 comments on commit fbba31e

Please sign in to comment.