We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb01fb3 commit bd54eb1Copy full SHA for bd54eb1
build.sbt
@@ -6,15 +6,15 @@ version := "1.0"
6
7
scalaVersion := "2.13.14"
8
9
-val pekkoVersion = "1.0.2"
+val pekkoVersion = "1.1.0-M1"
10
val pekkoHTTPVersion = "1.0.1"
11
val pekkoConnectorVersion = "1.0.2"
12
val pekkoConnectorKafkaVersion = "1.0.0"
13
14
val kafkaVersion = "3.6.1"
15
val activemqVersion = "5.18.4"
16
val artemisVersion = "2.33.0"
17
-val testContainersVersion = "1.19.7"
+val testContainersVersion = "1.19.8"
18
val keycloakVersion = "21.1.2" // stay with 21.x because of Java 11 compatibility
19
val sttpVersion = "3.9.0"
20
val influxdbVersion = "6.10.0"
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.9.9
+sbt.version=1.10.0
0 commit comments