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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new f51fd590f build with pekko-http 1.0.0 (#823)
f51fd590f is described below
commit f51fd590f866c073449b6d6b12fba4171d6d004b
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Oct 2 00:20:33 2024 +0100
build with pekko-http 1.0.0 (#823)
* test with pekko-http 1.0.0-RC1
* Update PekkoHttpDependency.scala
* Update build.sbt
---
project/PekkoHttpDependency.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/PekkoHttpDependency.scala
b/project/PekkoHttpDependency.scala
index 20d1196ef..820779b60 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.1.0-M1"
+ override val currentVersion: String = "1.1.0"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]