Skip to content

Commit bd54eb1

Browse files
committed
Bump versions
1 parent bb01fb3 commit bd54eb1

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,15 +6,15 @@ version := "1.0"
66

77
scalaVersion := "2.13.14"
88

9-
val pekkoVersion = "1.0.2"
9+
val pekkoVersion = "1.1.0-M1"
1010
val pekkoHTTPVersion = "1.0.1"
1111
val pekkoConnectorVersion = "1.0.2"
1212
val pekkoConnectorKafkaVersion = "1.0.0"
1313

1414
val kafkaVersion = "3.6.1"
1515
val activemqVersion = "5.18.4"
1616
val artemisVersion = "2.33.0"
17-
val testContainersVersion = "1.19.7"
17+
val testContainersVersion = "1.19.8"
1818
val keycloakVersion = "21.1.2" // stay with 21.x because of Java 11 compatibility
1919
val sttpVersion = "3.9.0"
2020
val influxdbVersion = "6.10.0"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.9.9
1+
sbt.version=1.10.0

0 commit comments

Comments
 (0)