Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
java-version: 21
cache: sbt

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Cache Redis
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -107,6 +110,9 @@ jobs:
java-version: 21
cache: sbt

- name: Setup sbt
uses: sbt/setup-sbt@v1

- env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
Expand Down
4 changes: 2 additions & 2 deletions project/Commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ object Commons extends ProjectGroup("commons") {
val scalacheckVersion = "1.18.0"
val jettyVersion = "10.0.21"
val mongoVersion = "5.1.1"
val springVersion = "5.3.36"
val springVersion = "5.3.37"
val typesafeConfigVersion = "1.4.3"
val commonsIoVersion = "1.3.2" // test only
val scalaLoggingVersion = "3.9.5"
val pekkoVersion = "1.0.2"
val pekkoVersion = "1.0.3"
val monixVersion = "3.4.1"
val circeVersion = "0.14.5" // benchmark only
val upickleVersion = "3.1.2" // benchmark only
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")