This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new 14276fd upgrade aws libs to have better transitive deps (#84)
14276fd is described below
commit 14276fd9bd586fb7458e6f5c7cc25e48e187540b
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Oct 23 19:11:55 2023 +0100
upgrade aws libs to have better transitive deps (#84)
* upgrade aws libs to have better transitive deps
* test deps
---
build.sbt | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/build.sbt b/build.sbt
index 2595f9b..61f7254 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,8 +16,8 @@ scalaVersion := "2.13.12"
crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1")
crossVersion := CrossVersion.binary
-val amzVersion = "1.12.286"
-val testcontainersScalaVersion = "0.40.10"
+val amzVersion = "1.12.571"
+val testcontainersScalaVersion = "0.41.0"
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / apacheSonatypeProjectProfile := "pekko"
@@ -56,13 +56,13 @@ libraryDependencies ++= Seq(
"org.apache.pekko" %% "pekko-persistence" % pekkoVersion,
"org.apache.pekko" %% "pekko-persistence-query" % pekkoVersion,
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
- "org.apache.pekko" %% "pekko-persistence-tck" % pekkoVersion % "test",
- "org.apache.pekko" %% "pekko-testkit" % pekkoVersion % "test",
- "org.apache.pekko" %% "pekko-stream-testkit" % pekkoVersion % "test",
- "org.scalatest" %% "scalatest" % "3.2.15" % "test",
- "commons-io" % "commons-io" % "2.11.0" % "test",
- "org.hdrhistogram" % "HdrHistogram" % "2.1.8" % "test",
- "com.dimafeng" %% "testcontainers-scala-scalatest" %
testcontainersScalaVersion % "test")
+ "org.apache.pekko" %% "pekko-persistence-tck" % pekkoVersion % Test,
+ "org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,
+ "org.apache.pekko" %% "pekko-stream-testkit" % pekkoVersion % Test,
+ "org.scalatest" %% "scalatest" % "3.2.17" % "test",
+ "commons-io" % "commons-io" % "2.14.0" % Test,
+ "org.hdrhistogram" % "HdrHistogram" % "2.1.8" % Test,
+ "com.dimafeng" %% "testcontainers-scala-scalatest" %
testcontainersScalaVersion % Test)
scalacOptions ++= Seq("-deprecation", "-feature")
Test / parallelExecution := false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]