File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version := "1.0"
6
6
7
7
scalaVersion := " 2.13.14"
8
8
9
- val pekkoVersion = " 1.1.0-M1 "
9
+ val pekkoVersion = " 1.1.0"
10
10
val pekkoHTTPVersion = " 1.1.0-M1"
11
11
val pekkoConnectorVersion = " 1.0.2"
12
12
val pekkoConnectorKafkaVersion = " 1.0.0"
@@ -19,7 +19,7 @@ val keycloakVersion = "24.0.4"
19
19
val sttpVersion = " 3.9.0"
20
20
val influxdbVersion = " 7.1.0"
21
21
val awsClientVersion = " 2.25.32"
22
- val gatlingVersion = " 3.11.5 "
22
+ val gatlingVersion = " 3.12.0 "
23
23
val circeVersion = " 0.14.8"
24
24
25
25
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ pekko {
36
36
37
37
# Custom dispatcher used to show blocking behaviour
38
38
custom-dispatcher-for-blocking {
39
- type = Dispatcher
39
+ type = " Dispatcher"
40
40
executor = "thread-pool-executor"
41
41
thread-pool-executor {
42
42
fixed-pool-size = 16
You can’t perform that action at this time.
0 commit comments