Skip to content

Commit 4122948

Browse files
authored
Merge pull request sbt#280 from scala-steward/update/scalafmt-core-3.8.5
Update scalafmt-core to 3.8.5
2 parents 3e3c0cd + 94afc62 commit 4122948

File tree

25 files changed

+25
-28
lines changed

25 files changed

+25
-28
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Scala Steward: Reformat with scalafmt 3.8.5
2+
a4e980b0ca9ce4224e84650dff1bf9d44fba3815

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.8.3"
1+
version = "3.8.5"
22
maxColumn = 150
33
align.tokens = []
44
docstrings.wrap = keep

src/sbt-test/git-versioning/find-environment-variable/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ checkVersion := {
55
val v = version.value
66
val prop = sys.props("project.version")
77
assert(v == prop, s"Failed to set version to environment variable. Found: $v, Expected: $prop")
8-
}
8+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
1+
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))

src/sbt-test/git-versioning/find-tag-newest/changes/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ checkVersion := {
1010
val Seq(v) = spaceDelimited("<arg>").parsed
1111
val v2 = version.value
1212
assert(v == v2, s"Expected version is wrong, found ${v2}, expected ${v}")
13-
}
13+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
1+
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))

src/sbt-test/git-versioning/find-tag/changes/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ checkVersion := {
1212
assert(v2 == "1.0.0", s"Failed to detect git tag, found ${v}")
1313
assert(v == "1.0.0", s"Version from ThisBuild not used, found ${v}")
1414
assert(isSnapshot.value == false, "For tagged git repos, snapshot should not be true.")
15-
}
15+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
1+
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))

src/sbt-test/git-versioning/get-message/changes/build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ expectAMessage := {
1212
val headMessage = git.gitHeadMessage.value
1313
assert(headMessage.get == expectedMessage, s"Expected head message to equal '${expectedMessage}', found ${headMessage}")
1414
}
15-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))
1+
addSbtPlugin("com.github.sbt" % "sbt-git" % sys.props("project.version"))

0 commit comments

Comments
 (0)