File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: sbt-devops
3
3
on : [push, pull_request]
4
4
jobs :
5
5
build :
6
- runs-on : ubuntu-18.04
6
+ runs-on : ubuntu-latest
7
7
outputs :
8
8
commitMsg : ${{ steps.commitMsg.outputs.msg }}
9
9
strategy :
41
41
(github.ref == 'refs/heads/master' ||
42
42
github.ref == 'refs/heads/10.x' ||
43
43
startsWith(github.ref, 'refs/tags/'))
44
- runs-on : ubuntu-20.04
44
+ runs-on : ubuntu-latest
45
45
outputs :
46
46
info : ${{ steps.info.outputs.info }}
47
47
steps :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ lazy val `couchbase-scala` = projectMatrix
37
37
.configAxis(config14, Seq (scala212, scala213))
38
38
.settings(
39
39
libraryDependencies ++= Seq (
40
- " com.couchbase.client" %% " scala-client" % " 1.2.4 " ,
40
+ " com.couchbase.client" %% " scala-client" % " 1.4.10 " ,
41
41
" javax.inject" % " javax.inject" % " 1" ,
42
42
" com.typesafe.play" %% " play-json" % " 2.10.0-RC5" ,
43
43
" com.typesafe" % " config" % configAxis.value.version,
Original file line number Diff line number Diff line change 1
- sbt.version =1.6.0-RC1
1
+ sbt.version =1.6.2
You can’t perform that action at this time.
0 commit comments