We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec9da1 commit 3fe039eCopy full SHA for 3fe039e
.scala-steward.conf
@@ -3,6 +3,6 @@ updates.ignore = [
3
{ groupId = "com.github.plokhotnyuk.jsoniter-scala", artifactId="jsoniter-scala-core", version="2.13.5.2" }
4
]
5
postUpdateHooks = [{
6
- command = ["./mill", "-i", "'generate-reference-doc[]'.run"],
+ command = ["./mill", "-i", "generate-reference-doc[].run"],
7
commitMessage = "Generate the reference doc"
8
-}]
+}]
0 commit comments