Skip to content

Commit b8ea0ec

Browse files
Merge branch 'main' into kc/cooldown
2 parents 7f7e586 + 4776045 commit b8ea0ec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: guardian/setup-scala@v1
1616
- name: Submit dependencies
1717
id: submit
18-
uses: scalacenter/sbt-dependency-submission@f43202114d7522a4b233e052f82c2eea8d658134 # v3.2.1
18+
uses: scalacenter/sbt-dependency-submission@d84eef4c09e633bcf5f113bcad7fd5e9af1baee9 # v3.2.3
1919
- name: Log snapshot for user validation
2020
id: validate
2121
run: cat ${{ steps.submit.outputs.snapshot-json-path }} | jq

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
fi
184184
185185
- name: Upload native binary
186-
uses: actions/upload-artifact@v4
186+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
187187
with:
188188
name: devenv-${{ matrix.architecture }}
189189
path: devenv-${{ needs.generate-version.outputs.version }}-${{ matrix.architecture }}

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ val cliJvmOptions = Seq(
2323

2424
// shared library versions
2525
val circeVersion = "0.14.15"
26-
val sttpVersion = "4.0.23"
26+
val sttpVersion = "4.0.24"
2727
val scalatestVersion = "3.2.20"
2828
val scalaCheckVersion = "1.19.0"
2929
val scalatestPlusVersion = "3.2.20.0"

0 commit comments

Comments
 (0)