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/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 732f0890a0 Change sbt welcome logo to Pekko (#1)
732f0890a0 is described below
commit 732f0890a06469f705086a846eba266dd271900a
Author: Edward Samson <[email protected]>
AuthorDate: Sun Nov 6 00:59:29 2022 +0800
Change sbt welcome logo to Pekko (#1)
---
project/AkkaBuild.scala | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala
index 86b0f43570..60500dd19d 100644
--- a/project/AkkaBuild.scala
+++ b/project/AkkaBuild.scala
@@ -266,12 +266,12 @@ object AkkaBuild {
import sbtwelcome._
Seq(
logo := {
- s"""
- |_______ ______ ______
- |___ |___ /_____ /________ _
- |__ /| |__ //_/__ //_/_ __ `/
- |_ ___ |_ ,< _ ,< / /_/ /
- |/_/ |_|/_/|_| /_/|_| \\__,_/ ${version.value}
+ raw"""
+ |________ ______ ______
+ |___ __ \_______ /____ /_______
+ |__ /_/ / _ \_ //_/_ //_/ __ \
+ |_ ____// __/ ,< _ ,< / /_/ /
+ |/_/ \___//_/|_| /_/|_| \____/ ${version.value}
|
|""".stripMargin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]