Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernet committed Sep 11, 2024
1 parent d73906d commit b46adb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b46adb4

Please sign in to comment.