Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
* Use sbt 1.9.7 for security fixes
* Use correct switch names in HugoCommandTest

Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
  • Loading branch information
reid-spencer committed Oct 23, 2023
1 parent 046def3 commit d109e75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class HugoCommandTest extends RunCommandSpecBase {
"handle hugo" in {
val args = Seq(
"--quiet",
"--suppress-missing-warnings",
"--suppress-style-warnings",
"--hide-missing-warnings",
"--hide-style-warnings",
"hugo",
inputFile,
"-o",
Expand All @@ -26,8 +26,8 @@ class HugoCommandTest extends RunCommandSpecBase {
"handle hugo from config" in {
val args = Seq(
"--verbose",
"--suppress-missing-warnings",
"--suppress-style-warnings",
"--hide-missing-warnings",
"--hide-style-warnings",
"from",
hugoConfig,
"hugo"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.6
sbt.version=1.9.7

0 comments on commit d109e75

Please sign in to comment.