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 92f599d Update scala-library to 2.13.14 (#123)
92f599d is described below
commit 92f599dbf84e3cf59c55f2dc2360dbfc3fc69cf5
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun May 5 10:37:25 2024 +0100
Update scala-library to 2.13.14 (#123)
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 556ad91..54e0ee7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -11,8 +11,8 @@ import
net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCh
name := "pekko-persistence-dynamodb"
-scalaVersion := "2.13.13"
-crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3")
+scalaVersion := "2.13.14"
+crossScalaVersions := Seq("2.12.19", "2.13.14", "3.3.3")
crossVersion := CrossVersion.binary
val amzVersion = "1.12.715"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]