Skip to content

Commit b46adb4

Browse files
committed
Bump versions
1 parent d73906d commit b46adb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version := "1.0"
66

77
scalaVersion := "2.13.14"
88

9-
val pekkoVersion = "1.1.0-M1"
9+
val pekkoVersion = "1.1.0"
1010
val pekkoHTTPVersion = "1.1.0-M1"
1111
val pekkoConnectorVersion = "1.0.2"
1212
val pekkoConnectorKafkaVersion = "1.0.0"
@@ -19,7 +19,7 @@ val keycloakVersion = "24.0.4"
1919
val sttpVersion = "3.9.0"
2020
val influxdbVersion = "7.1.0"
2121
val awsClientVersion = "2.25.32"
22-
val gatlingVersion = "3.11.5"
22+
val gatlingVersion = "3.12.0"
2323
val circeVersion = "0.14.8"
2424

2525
libraryDependencies ++= Seq(

src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pekko {
3636

3737
# Custom dispatcher used to show blocking behaviour
3838
custom-dispatcher-for-blocking {
39-
type = Dispatcher
39+
type = "Dispatcher"
4040
executor = "thread-pool-executor"
4141
thread-pool-executor {
4242
fixed-pool-size = 16

0 commit comments

Comments
 (0)