From e48e4bc44216bb91f18aa936dab4e337dee85e78 Mon Sep 17 00:00:00 2001 From: Frank Thomas Date: Wed, 22 Nov 2023 09:27:27 +0100 Subject: [PATCH] Update build.sc --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 6fab581..6008929 100644 --- a/build.sc +++ b/build.sc @@ -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