Skip to content

Commit 4a6bfc5

Browse files
Merge branch 'main' into scrambler
2 parents 7e38993 + e35cf75 commit 4a6bfc5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
apps: sbtn
1717
- name: Build + Lint + Test
1818
run: |
19-
sbt -v 'set ThisBuild / scalacOptions += "-Xfatal-warnings"; scalafmtCheckAll; test'
19+
sbt -v 'set ThisBuild / scalacOptions += "-Xfatal-warnings"; test'

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
steps:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v2
48+
uses: actions/deploy-pages@v4

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.7.14"
1+
version = "3.7.17"
22
runner.dialect = scala213
33

44
rewrite.trailingCommas.style = always

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.6
1+
sbt.version=1.9.8

0 commit comments

Comments
 (0)