Skip to content

Commit 613be44

Browse files
authored
Merge pull request #597 from AVSystem/updates
Dependency updates
2 parents 226705f + 6ae62b9 commit 613be44

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
java-version: 21
5050
cache: sbt
5151

52+
- name: Setup sbt
53+
uses: sbt/setup-sbt@v1
54+
5255
- name: Cache Redis
5356
uses: actions/cache@v2
5457
with:
@@ -107,6 +110,9 @@ jobs:
107110
java-version: 21
108111
cache: sbt
109112

113+
- name: Setup sbt
114+
uses: sbt/setup-sbt@v1
115+
110116
- env:
111117
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
112118
PGP_SECRET: ${{ secrets.PGP_SECRET }}

project/Commons.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ object Commons extends ProjectGroup("commons") {
3131
val scalacheckVersion = "1.18.0"
3232
val jettyVersion = "10.0.21"
3333
val mongoVersion = "5.1.1"
34-
val springVersion = "5.3.36"
34+
val springVersion = "5.3.37"
3535
val typesafeConfigVersion = "1.4.3"
3636
val commonsIoVersion = "1.3.2" // test only
3737
val scalaLoggingVersion = "3.9.5"
38-
val pekkoVersion = "1.0.2"
38+
val pekkoVersion = "1.0.3"
3939
val monixVersion = "3.4.1"
4040
val circeVersion = "0.14.5" // benchmark only
4141
val upickleVersion = "3.1.2" // benchmark only

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
99
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
1010
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
1111
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")

0 commit comments

Comments
 (0)