Skip to content

Commit

Permalink
Don't use *** in the sbt header (akka#412)
Browse files Browse the repository at this point in the history
Makes it harder to search for `***` to find test failures
  • Loading branch information
raboof authored Jul 17, 2017
1 parent 9ede7cf commit 93c6afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lazy val alpakka = project
.settings(
onLoadMessage :=
"""
|*** Welcome to the sbt build definition for Alpakka! ***
|** Welcome to the sbt build definition for Alpakka! **
|
|Useful sbt tasks:
|
Expand Down

0 comments on commit 93c6afe

Please sign in to comment.