Skip to content

Commit d31c0a1

Browse files
Update scalafmt-core to 3.8.0 (#300)
1 parent ff5e96a commit d31c0a1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.git-blame-ignore-revs

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Scala Steward: Reformat with scalafmt 3.8.0
2+
16f7cce72f1ff956c8584ad646ef2042e22dd993

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.7.17"
1+
version = "3.8.0"
22

33
runner.dialect = scala213source3
44

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ThisBuild / githubWorkflowBuild := Seq(
4242
WorkflowStep.Sbt(
4343
name = Some("Test"),
4444
commands = List("test", "runPluginVerifier", "packageArtifact")
45-
),
45+
)
4646
)
4747
ThisBuild / githubWorkflowPublish := Seq(
4848
WorkflowStep.Sbt(
@@ -58,7 +58,7 @@ ThisBuild / githubWorkflowGeneratedCacheSteps := Seq(
5858
ref = cache,
5959
params = Map(
6060
"path" -> "~/.scio-ideaPluginIC",
61-
"key" -> s"idea-$intelliJVersion",
61+
"key" -> s"idea-$intelliJVersion"
6262
)
6363
)
6464
)

0 commit comments

Comments
 (0)