From bb20c40eccbb0ee2c7484321c50bc10da431ae8c Mon Sep 17 00:00:00 2001 From: Martin Duhem Date: Mon, 31 Aug 2015 00:48:28 +0200 Subject: [PATCH] Publish tests in utilLogging project They are used by the tests in sbt/librarymanagement --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index 0cd1a67d3..b5d71daae 100644 --- a/build.sbt +++ b/build.sbt @@ -109,6 +109,7 @@ lazy val utilLogging = (project in internalPath / "util-logging"). dependsOn(utilInterface). settings( testedBaseSettings, + publishArtifact in (Test, packageBin) := true, name := "Util Logging", libraryDependencies += jline )