Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.0 (#918)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.0

* Reformat with scalafmt 3.8.0

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.0' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Feb 20, 2024
1 parent 4cd0384 commit 2d53b52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ f1189966d61a75d39a8e87508c205487ad434c2e

# Scala Steward: Reformat with scalafmt 3.7.17
22f2fb6f314c5a372a5b8451864716d3470f41ae

# Scala Steward: Reformat with scalafmt 3.8.0
230b3b4213fad1224f7ab2b9456af860186436dc
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.17"
version = "3.8.0"
runner.dialect = scala213source3
maxColumn = 100

Expand Down
5 changes: 2 additions & 3 deletions scalafix/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inThisBuild(
semanticdbVersion := scalafixSemanticdb.revision,
semanticdbIncludeInJar := true,
scalafmtOnCompile := false,
scalafmtConfig := baseDirectory.value / ".." / ".scalafmt.conf",
scalafmtConfig := baseDirectory.value / ".." / ".scalafmt.conf"
)
)

Expand Down Expand Up @@ -52,7 +52,7 @@ def magnolify(version: String): List[ModuleID] = {
"magnolify-tensorflow"
)

val libs = List (
val libs = List(
"org.apache.avro" % "avro" % "1.11.2",
"com.google.apis" % "google-api-services-bigquery" % "v2-rev20231111-2.0.0",
"com.google.api.grpc" % "proto-google-cloud-bigtable-v2" % "2.32.0",
Expand Down Expand Up @@ -80,7 +80,6 @@ lazy val `output-0_7` = project
libraryDependencies ++= magnolify("0.7.0")
)


lazy val magnolify0_7 = ConfigAxis("-magnolify-0_7", "-0_7-")

lazy val tests = projectMatrix
Expand Down

0 comments on commit 2d53b52

Please sign in to comment.