Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")