如何将文件从maven repo添加到我的sbt编译/包过程中。我有这个build.sbt
name:=“A Project”
版本:=“0.1”
scalaVersion:=“2.10.1”
sbtVersion:=“0.12.3”
解析器+ =“Typesafe snapshots”位于“http://repo.typesafe.com/typesafe/snapshots/”
解析器+ =“Sonatype snapshots”位于“https://oss.sonatype.org/content/repositories/snapshots”
解析器+ =“Sonatype snapshots2”位于“https://repository.sonatype.org/content/groups/forge”
libraryDependencies ++ = Seq(“org.scalatest”%%“scalatest”%“1.9.1”%“test”,“com.adobe.flex.framework”%“core”%“4.5.0.18623” )
运行 ... [info]下载https://repository.sonatype.org/content/groups/forge/com/adobe/flex/framework/core/4.5.0.18623/core-4.5.0.18623.swc ... 但我没有在我的项目中找到swf文件....