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 6c66031 use full Scala 3.3.0 instead of an RC version (#41)
6c66031 is described below
commit 6c66031f991654e542d23df2ce5898b7049e3d8c
Author: PJ Fanning <[email protected]>
AuthorDate: Wed May 24 11:27:55 2023 +0100
use full Scala 3.3.0 instead of an RC version (#41)
---
build.sbt | 2 +-
project/PekkoDependency.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index 5512d82..a0b1e0d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -3,7 +3,7 @@ import PekkoDependency.pekkoVersion
name := "pekko-persistence-dynamodb"
scalaVersion := "2.13.10"
-crossScalaVersions := Seq("2.12.17", "2.13.10", "3.3.0-RC4")
+crossScalaVersions := Seq("2.12.17", "2.13.10", "3.3.0")
crossVersion := CrossVersion.binary
val amzVersion = "1.12.286"
diff --git a/project/PekkoDependency.scala b/project/PekkoDependency.scala
index 8c7f626..24b9dd4 100644
--- a/project/PekkoDependency.scala
+++ b/project/PekkoDependency.scala
@@ -40,7 +40,7 @@ object PekkoDependency {
case Some("main") => mainSnapshot
case Some("release-1.0") =>
// Don't 'downgrade' building even if pekko.sources asks for it
- // (typically for the docs that require 2.6)
+ // (typically for the docs that require Pekko 1.0)
if (defaultVersion.startsWith("1.0"))
Artifact(determineLatestSnapshot("0.0.0"), true)
else Artifact(defaultVersion)
case Some("default") | None =>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]