This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-management.git
commit b21fb90060257b3c62d9803a4ff416125a948bc5 Author: PJ Fanning <[email protected]> AuthorDate: Tue Oct 1 23:54:41 2024 +0100 build with pekko-http 1.1.0 --- 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]
