File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 49
49
java-version : 21
50
50
cache : sbt
51
51
52
+ - name : Setup sbt
53
+ uses : sbt/setup-sbt@v1
54
+
52
55
- name : Cache Redis
53
56
uses : actions/cache@v2
54
57
with :
@@ -107,6 +110,9 @@ jobs:
107
110
java-version : 21
108
111
cache : sbt
109
112
113
+ - name : Setup sbt
114
+ uses : sbt/setup-sbt@v1
115
+
110
116
- env :
111
117
PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
112
118
PGP_SECRET : ${{ secrets.PGP_SECRET }}
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ object Commons extends ProjectGroup("commons") {
31
31
val scalacheckVersion = " 1.18.0"
32
32
val jettyVersion = " 10.0.21"
33
33
val mongoVersion = " 5.1.1"
34
- val springVersion = " 5.3.36 "
34
+ val springVersion = " 5.3.37 "
35
35
val typesafeConfigVersion = " 1.4.3"
36
36
val commonsIoVersion = " 1.3.2" // test only
37
37
val scalaLoggingVersion = " 3.9.5"
38
- val pekkoVersion = " 1.0.2 "
38
+ val pekkoVersion = " 1.0.3 "
39
39
val monixVersion = " 3.4.1"
40
40
val circeVersion = " 0.14.5" // benchmark only
41
41
val upickleVersion = " 3.1.2" // benchmark only
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
9
9
addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
10
10
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.3" )
11
11
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
12
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.23 .0" )
12
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
You can’t perform that action at this time.
0 commit comments