Skip to content

Commit

Permalink
Update build.sc
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas authored Nov 22, 2023
1 parent a451888 commit e48e4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object hello extends ScalaModule {
|object Hello {
| def main(args: Array[String]): Unit = {
| println("Hello there!")
| println("Mill version: ${mill.BuildInfo.millVersion}")
| println("Mill version:")
| }
|}
""".stripMargin
Expand Down

0 comments on commit e48e4bc

Please # to comment.