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/pekko-persistence-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new f45d76a Update scala-library to 2.13.18 (#252)
f45d76a is described below
commit f45d76ae7f4730152c7b50ecb8dd1d64e656296c
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 30 09:42:48 2025 +0100
Update scala-library to 2.13.18 (#252)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
build.sbt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 4c45460..f756e2c 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.17",
- crossScalaVersions := Seq("2.13.17", "3.3.7"),
+ scalaVersion := "2.13.18",
+ crossScalaVersions := Seq("2.13.18", "3.3.7"),
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]