Skip to content

Commit

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

* Reformat with scalafmt 3.6.0

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.6.0' to .git-blame-ignore-revs
  • Loading branch information
scala-steward authored Oct 24, 2022
1 parent d97bc84 commit d3e1d8e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.6.0
49896fb5557f065fbd41afbd74085f49177aa3d4
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.5.9"
version = "3.6.0"
runner.dialect = scala213
maxColumn = 140
align.preset = some
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package com.ocadotechnology.sttp.oauth2
import scala.concurrent.ExecutionContext
import org.scalatest.AsyncTestSuite

trait CrossPlatformAsyncTestSuite { self: AsyncTestSuite =>
trait CrossPlatformAsyncTestSuite { self: AsyncTestSuite =>
implicit override val executionContext: ExecutionContext = org.scalajs.macrotaskexecutor.MacrotaskExecutor.Implicits.global
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package com.ocadotechnology.sttp.oauth2
import scala.concurrent.ExecutionContext
import org.scalatest.AsyncTestSuite

trait CrossPlatformAsyncTestSuite { self: AsyncTestSuite =>
trait CrossPlatformAsyncTestSuite { self: AsyncTestSuite =>
implicit override val executionContext: ExecutionContext = ExecutionContext.global
}
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.3")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0")

0 comments on commit d3e1d8e

Please sign in to comment.