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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 71f2070e5 build with pekko http 1.1 (#667)
71f2070e5 is described below
commit 71f2070e57676d84e11068384b468769af43e024
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 28 08:44:09 2024 +0100
build with pekko http 1.1 (#667)
* test with pekko http 1.1 staging RC
* Update PekkoHttpDependency.scala
* Update build.sbt
* Update PekkoHttpDependency.scala
---
project/PekkoCoreDependency.scala | 2 +-
project/PekkoHttpDependency.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/PekkoCoreDependency.scala
b/project/PekkoCoreDependency.scala
index b3244a599..d395040d3 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 2724bfba7..20d1196ef 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]