Skip to content

Commit

Permalink
Update scalafmt-core to 3.8.2 in series/3.x (fd4s#1332)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.8.2 in series/3.x

* Reformat with scalafmt 3.8.2

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.8.2' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Jul 7, 2024
1 parent 36d85a4 commit 03b74a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ db0ea0ffd3d0956211a680941426f73ba7ec581b

# Scala Steward: Reformat with scalafmt 3.8.0
5b4372fb8bddae0f2b4ce5e0f8b1b7e075899359

# Scala Steward: Reformat with scalafmt 3.8.2
0d7bae9b46352e9bff972ab95d808914f43db389
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.8.1"
version = "3.8.2"

# Scala 2 with -Xsource:3 compiler option
runner.dialect = scala213source3
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.7.1"
val sbtTypelevelVersion = "0.7.1"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
2 changes: 1 addition & 1 deletion scalafix/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resolvers += Resolver.sonatypeRepo("releases")
resolvers += Resolver.sonatypeRepo("releases")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.25")

0 comments on commit 03b74a9

Please sign in to comment.