This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/main by this push:
new 24956fc build with pekko 1.1 (#193)
24956fc is described below
commit 24956fcb1b21c949e4b95afddc69fc653f6f7c04
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 21 08:08:25 2024 +0100
build with pekko 1.1 (#193)
---
.../{nightly-pekko-1.1-tests.yml => nightly-pekko-1.0-tests.yml} | 4 ++--
project/PekkoCoreDependency.scala | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/nightly-pekko-1.1-tests.yml
b/.github/workflows/nightly-pekko-1.0-tests.yml
similarity index 89%
rename from .github/workflows/nightly-pekko-1.1-tests.yml
rename to .github/workflows/nightly-pekko-1.0-tests.yml
index 4e31f3d..251dd0f 100644
--- a/.github/workflows/nightly-pekko-1.1-tests.yml
+++ b/.github/workflows/nightly-pekko-1.0-tests.yml
@@ -1,4 +1,4 @@
-name: Nightly Testing with Pekko 1.1
+name: Nightly Testing with Pekko 1.0
permissions: {}
@@ -41,7 +41,7 @@ jobs:
uses: coursier/cache-action@v6
- name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{
matrix.java-version }}
- run: sbt -Dpekko.build.pekko.version=main "++${{ matrix.scala-version
}} test" ${{ matrix.sbt-opts }}
+ run: sbt -Dpekko.build.pekko.version=1.0.x "++${{ matrix.scala-version
}} test" ${{ matrix.sbt-opts }}
- name: Print logs on failure
if: ${{ failure() }}
diff --git a/project/PekkoCoreDependency.scala
b/project/PekkoCoreDependency.scala
index b3244a5..d395040 100644
--- a/project/PekkoCoreDependency.scala
+++ b/project/PekkoCoreDependency.scala
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoCoreDependency extends PekkoDependency {
override val checkProject: String = "pekko-cluster-sharding-typed"
override val module: Option[String] = None
- override val currentVersion: String = "1.0.2"
+ override val currentVersion: String = "1.1.0-M1"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]