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 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
99addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
1010addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.3" )
1111addSbtPlugin(" 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