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-management.git
The following commit(s) were added to refs/heads/main by this push:
new d8a0e467 build with pekko 1.1 (#245)
d8a0e467 is described below
commit d8a0e467e2e0f12864c7e5c8eda93bd62873cc18
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jun 6 13:37:25 2024 +0100
build with pekko 1.1 (#245)
---
.github/workflows/nightly.yml | 8 ++++----
project/PekkoCoreDependency.scala | 2 +-
project/PekkoHttpDependency.scala | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 7a829cd2..e4d28ef4 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -14,11 +14,11 @@ jobs:
matrix:
include:
- { javaVersion: 8, scalaVersion: 2.12, pekkoVersion: 'default' }
- - { javaVersion: 8, scalaVersion: 2.12, pekkoVersion: 'main' }
+ - { javaVersion: 8, scalaVersion: 2.12, pekkoVersion: '1.0.x' }
- { javaVersion: 8, scalaVersion: 2.13, pekkoVersion: 'default' }
- - { javaVersion: 8, scalaVersion: 2.13, pekkoVersion: 'main' }
- - { javaVersion: 8, scalaVersion: 3.3, pekkoVersion: 'default' }
- - { javaVersion: 8, scalaVersion: 3.3, pekkoVersion: 'main' }
+ - { javaVersion: 8, scalaVersion: 2.13, pekkoVersion: '1.0.x' }
+ - { javaVersion: 8, scalaVersion: 3.3, pekkoVersion: 'default' }
+ - { javaVersion: 8, scalaVersion: 3.3, pekkoVersion: '1.0.x' }
steps:
- name: Checkout
uses: actions/checkout@v4
diff --git a/project/PekkoCoreDependency.scala
b/project/PekkoCoreDependency.scala
index b3244a59..d395040d 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"
}
diff --git a/project/PekkoHttpDependency.scala
b/project/PekkoHttpDependency.scala
index 2724bfba..20d1196e 100644
--- a/project/PekkoHttpDependency.scala
+++ b/project/PekkoHttpDependency.scala
@@ -20,5 +20,5 @@ import com.github.pjfanning.pekkobuild.PekkoDependency
object PekkoHttpDependency extends PekkoDependency {
override val checkProject: String = "pekko-http-testkit"
override val module: Option[String] = Some("http")
- override val currentVersion: String = "1.0.1"
+ override val currentVersion: String = "1.1.0-M1"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]