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-management.git
The following commit(s) were added to refs/heads/main by this push:
new 5b235ec5 build with pekko-http 1.1.0 (#319)
5b235ec5 is described below
commit 5b235ec5dcab03e2e42e621846ac0cf1daa17a9e
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Oct 2 00:20:09 2024 +0100
build with pekko-http 1.1.0 (#319)
---
project/PekkoHttpDependency.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/PekkoHttpDependency.scala
b/project/PekkoHttpDependency.scala
index 20d1196e..820779b6 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]