Skip to content

Update scalafmt-core to 3.7.11 #129

Closed
Closed
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
4 changes: 3 additions & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
efde41ddb9bf831725193a44c2a8b0d58c02fd0a

# Scala Steward: Reformat with scalafmt 3.7.3
f77f3ee8cce3027219cd3b16954caca84694856b
f77f3ee8cce3027219cd3b16954caca84694856b
# Scala Steward: Reformat with scalafmt 3.7.11
72c1fa3c52ce6904960d3ba9803c6e25d73bae29
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = "scala213"
version = 3.7.3
version = 3.7.11
binPack.parentConstructors = true
maxColumn = 128
includeCurlyBraceInSelectChains = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ import scala.concurrent.duration._

/** Execute this test.
* - start docker-compose for the `docker-compose.yaml` - docker-compose -f docker-compose.yml up
* -- open http://localhost:15672 (gatling publishes messages here), user: guest, password: guest
* -- open http://localhost:15673 (consumer writes messages here), user: guest, password: guest
* -- open http://localhost:15672 (gatling publishes messages here), user: guest, password: guest -- open
* http://localhost:15673 (consumer writes messages here), user: guest, password: guest
* - run RequestReplyGatlingRunner from IDE - it will
* -- start the messageConsumer SimpleRabbitMQClient
* -- gatling publish messages to readQueue, simpleClient reads them
* -- gatling receives messages from writeQueue, simple client has them written
* -- start the messageConsumer SimpleRabbitMQClient -- gatling publish messages to readQueue, simpleClient reads them --
* gatling receives messages from writeQueue, simple client has them written
*/
class RequestReplyTwoBrokerExample extends Simulation {

Expand Down