This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new 2ce000e Update scala-library to 2.13.17
2ce000e is described below
commit 2ce000ec292712e0c5d00f4f353d7cc3d0e896ab
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 12 00:04:03 2025 +0000
Update scala-library to 2.13.17
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 78ba072..cf98ca4 100644
--- a/build.sbt
+++ b/build.sbt
@@ -40,8 +40,8 @@ lazy val root = Project(
.addPekkoModuleDependency("pekko-stream-testkit", "test",
PekkoCoreDependency.default)
.settings(
name := "pekko-persistence-dynamodb",
- scalaVersion := "2.13.16",
- crossScalaVersions := Seq("2.13.16", "3.3.6"),
+ scalaVersion := "2.13.17",
+ crossScalaVersions := Seq("2.13.17", "3.3.6"),
crossVersion := CrossVersion.binary,
libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-core" % amzVersion,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]