Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbernet committed Apr 4, 2024
1 parent d67f2f4 commit 109ef90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version := "1.0"
scalaVersion := "2.13.13"

val pekkoVersion = "1.0.2"
val pekkoHTTPVersion = "1.0.0"
val pekkoHTTPVersion = "1.0.1"
val pekkoConnectorVersion = "1.0.2"
val pekkoConnectorKafkaVersion = "1.0.0"

Expand All @@ -18,7 +18,7 @@ val testContainersVersion = "1.19.7"
val keycloakVersion = "21.1.2" // stay with 21.x because of Java 11 compatibility
val sttpVersion = "3.9.0"
val influxdbVersion = "6.10.0"
val awsClientVersion = "2.23.21"
val awsClientVersion = "2.25.21"

libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
Expand All @@ -32,6 +32,8 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-http" % pekkoHTTPVersion,
// JSON (un)marshalling support for pekko-http
"org.apache.pekko" %% "pekko-http-spray-json" % pekkoHTTPVersion,
"org.apache.pekko" %% "pekko-http-xml" % pekkoHTTPVersion,

// JSON (un)marshalling in Java examples
"org.json" % "json" % "20231013",

Expand Down

0 comments on commit 109ef90

Please sign in to comment.