Skip to content

Commit 8f2f426

Browse files
committed
Update couchbase scala-client 1.2.4 to 1.4.10
1 parent 39d141c commit 8f2f426

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/sbt-devops.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: sbt-devops
33
on: [push, pull_request]
44
jobs:
55
build:
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-latest
77
outputs:
88
commitMsg: ${{ steps.commitMsg.outputs.msg }}
99
strategy:
@@ -41,7 +41,7 @@ jobs:
4141
(github.ref == 'refs/heads/master' ||
4242
github.ref == 'refs/heads/10.x' ||
4343
startsWith(github.ref, 'refs/tags/'))
44-
runs-on: ubuntu-20.04
44+
runs-on: ubuntu-latest
4545
outputs:
4646
info: ${{ steps.info.outputs.info }}
4747
steps:

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ lazy val `couchbase-scala` = projectMatrix
3737
.configAxis(config14, Seq(scala212, scala213))
3838
.settings(
3939
libraryDependencies ++= Seq(
40-
"com.couchbase.client" %% "scala-client" % "1.2.4",
40+
"com.couchbase.client" %% "scala-client" % "1.4.10",
4141
"javax.inject" % "javax.inject" % "1",
4242
"com.typesafe.play" %% "play-json" % "2.10.0-RC5",
4343
"com.typesafe" % "config" % configAxis.value.version,

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.0-RC1
1+
sbt.version=1.6.2

0 commit comments

Comments
 (0)