Skip to content

Commit

Permalink
update build, align with hitchhiker's guide :)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jul 10, 2018
1 parent 0c455a0 commit ee3f5f4
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 @@ -7,7 +7,7 @@ import complete.DefaultParsers._
lazy val hello = taskKey[Unit]("Prints welcome message")
hello := {
println("===== WELCOME to the sbt build of lunduniversity/introprog =====")
println("\nHAVE PATIENCE: a full build can take >500sec on a 2.5GHz machine...\n")
println("\nDON'T PANIC: a full build can take >500sec on a 2.5GHz machine...\n")
}

lazy val commonSettings = Seq(
Expand Down

0 comments on commit ee3f5f4

Please sign in to comment.