Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalafmt-core to 3.8.3 #1029

Merged
merged 3 commits into from
Jul 26, 2024
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
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ daaea1a1da5d3374ea1c3e17891f8f1ae37f8418

# Scala Steward: Reformat with scalafmt 3.8.2
a835b7008a8cd6bfe97706dd8823593ae6bc99f7

# Scala Steward: Reformat with scalafmt 3.8.3
7e5cff14604bc56c7aeb09853fdf25273dccc4aa
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=3.8.2
version=3.8.3
maxColumn = 120
runner.dialect = scala213
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ import org.elasticmq.actor.QueueManagerActor
import org.elasticmq.metrics.QueuesMetrics
import org.elasticmq.rest.sqs.Constants._
import org.elasticmq.rest.sqs.XmlNsVersion.extractXmlNs
import org.elasticmq.rest.sqs.directives.{AWSProtocolDirectives, AnyParamDirectives, ElasticMQDirectives, UnmatchedActionRoutes}
import org.elasticmq.rest.sqs.directives.{
AWSProtocolDirectives,
AnyParamDirectives,
ElasticMQDirectives,
UnmatchedActionRoutes
}
import org.elasticmq.rest.sqs.model.RequestPayload
import org.elasticmq.util.{Logging, NowProvider}

Expand Down
Loading