We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e379faf commit cccd3b0Copy full SHA for cccd3b0
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
submodules: true
18
fetch-depth: 0
19
- - uses: coursier/setup-action@v1.3.0
+ - uses: coursier/setup-action@v1.3.5
20
21
apps: scalafmt
22
jvm: "temurin:17"
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = "3.8.0"
+version = "3.8.1"
2
3
align.preset = more
4
maxColumn = 100
0 commit comments