diff --git a/project/Sbt.scala b/project/Sbt.scala index 9812294d3..c52cd522b 100644 --- a/project/Sbt.scala +++ b/project/Sbt.scala @@ -201,7 +201,7 @@ object Sbt extends Build // def compileInterfaceSettings: Seq[Setting[_]] = precompiledSettings ++ Seq( exportJars := true, - artifact in packageSrc := Artifact(srcID) extra("e:component" -> srcID) + artifact in (Compile, packageSrc) := Artifact(srcID) extra("e:component" -> srcID) ) def compilerSettings = Seq( libraryDependencies <+= scalaVersion( "org.scala-lang" % "scala-compiler" % _ % "test"),