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 a399fc6 Update scala-library to 2.13.15 (#162)
a399fc6 is described below
commit a399fc62987b4397f17a31532d36b3f5b9033517
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 3 01:33:18 2024 +0100
Update scala-library to 2.13.15 (#162)
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 5ace62d..e673e71 100644
--- a/build.sbt
+++ b/build.sbt
@@ -11,8 +11,8 @@ import
net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCh
name := "pekko-persistence-dynamodb"
-scalaVersion := "2.13.14"
-crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3")
+scalaVersion := "2.13.15"
+crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3")
crossVersion := CrossVersion.binary
val amzVersion = "1.12.772"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]