From d39e2dc765f99b2861ae7a8947ec7b28755a4471 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:22:19 +0100 Subject: [PATCH] Update de.tobiasroeser.mill.vcs.version to 0.4.1 (#62) Pull request: https://github.com/scala-steward-org/mill-plugin/pull/62 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 83e6950..d330da3 100644 --- a/build.sc +++ b/build.sc @@ -1,6 +1,6 @@ // plugins import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest::0.7.1` -import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0` +import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.1` // imports import mill._