Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master ed7190b57 -> caf4a2a2f


Fix incorrect scope of audit check


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/caf4a2a2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/caf4a2a2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/caf4a2a2

Branch: refs/heads/master
Commit: caf4a2a2f76fb796831e1f9a1f3550514783424f
Parents: ed7190b
Author: Matt Sicker <boa...@gmail.com>
Authored: Mon Apr 9 13:29:38 2018 -0500
Committer: Matt Sicker <boa...@gmail.com>
Committed: Mon Apr 9 13:29:38 2018 -0500

----------------------------------------------------------------------
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/caf4a2a2/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index fe8d95a..47952f6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -99,7 +99,7 @@ lazy val releaseSettings = Seq(
       checkSnapshotDependencies,
       inquireVersions,
       runClean,
-      releaseStepTask(auditCheck),
+      releaseStepTask(auditCheck in Compile),
       runTest,
       setReleaseVersion,
       commitReleaseVersion,

Reply via email to