diff --git a/build.sbt b/build.sbt index aecd8c0..83e97be 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ version := "1.0" scalaVersion := "2.13.14" -val pekkoVersion = "1.1.0-M1" +val pekkoVersion = "1.1.0" val pekkoHTTPVersion = "1.1.0-M1" val pekkoConnectorVersion = "1.0.2" val pekkoConnectorKafkaVersion = "1.0.0" @@ -19,7 +19,7 @@ val keycloakVersion = "24.0.4" val sttpVersion = "3.9.0" val influxdbVersion = "7.1.0" val awsClientVersion = "2.25.32" -val gatlingVersion = "3.11.5" +val gatlingVersion = "3.12.0" val circeVersion = "0.14.8" libraryDependencies ++= Seq( diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 1befe7c..d0afcca 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -36,7 +36,7 @@ pekko { # Custom dispatcher used to show blocking behaviour custom-dispatcher-for-blocking { - type = Dispatcher + type = "Dispatcher" executor = "thread-pool-executor" thread-pool-executor { fixed-pool-size = 16