有沒有人有任何運氣讓阿卡在IntelliJ中加載SBT? SBT的其他一切都非常棒。無論出於何種原因,我似乎都無法將它帶入akka圖書館。它看起來是解決類型安全阿卡庫,但似乎並沒有表現出任何的libaries在外部庫AKKA與SBT和IntelliJ
的IntelliJ版本:14.0.3
**** ****編輯
SBT配置:
name := "MessageProcessor"
version := "1.0"
scalaVersion := "2.10.4"
resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"
libraryDependencies += "org.scalatest" % "scalatest_2.10" % "2.0" % "test"
//https://github.com/nscala-time/nscala-time
libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "1.8.0"
libraryDependencies += "io.spray" %% "spray-json" % "1.3.1"
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.4-SNAPSHOT"
任何想法將是非常讚賞。很好的機會,我忽略了一些明顯的東西
SBT項:
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.4-SNAPSHOT"
你試過https://github.com/mpeltonen/sbt-想法? – vitalii 2015-03-03 08:32:20