Skip to content

Commit

Permalink
fix SBT syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed May 30, 2021
1 parent 5017fa9 commit 7757f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ libraryDependencies ++= Seq(

updateOptions := updateOptions.value.withGigahorse(false)

publishArtifact in Test := false
Test / publishArtifact := false

pomIncludeRepository := { _ => false }

Expand Down

0 comments on commit 7757f9f

Please sign in to comment.