Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

빌드시 akka-actor를 찾지 못해 에러 발생 #7

Closed
eungjun-yi opened this issue Jan 5, 2013 · 0 comments
Closed

빌드시 akka-actor를 찾지 못해 에러 발생 #7

eungjun-yi opened this issue Jan 5, 2013 · 0 comments
Assignees
Labels

Comments

@eungjun-yi
Copy link
Member

~/mysrc/scala-http$ sbt compile [info] Loading project definition from /home/nori/mysrc/scala-http/project [info] Set current project to la-scala http (in build file:/home/nori/mysrc/scala-http/) [info] Updating {file:/home/nori/mysrc/scala-http/}default-a56465... [info] Resolving org.scala-lang#scala-library;2.10.0 ... [info] Resolving com.typesafe.akka#akka-actor_2.10.0;2.1.0 ... [warn] module not found: com.typesafe.akka#akka-actor_2.10.0;2.1.0 [warn] ==== local: tried [warn] /home/nori/.ivy2/local/com.typesafe.akka/akka-actor_2.10.0/2.1.0/ivys/ivy.xml [warn] ==== Typesafe Repository: tried [warn] http://repo.typesafe.com/typesafe/releases/com/typesafe/akka/akka-actor_2.10.0/2.1.0/akka-actor_2.10.0-2.1.0.pom [warn] ==== public: tried [warn] http://repo1.maven.org/maven2/com/typesafe/akka/akka-actor_2.10.0/2.1.0/akka-actor_2.10.0-2.1.0.pom [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: com.typesafe.akka#akka-actor_2.10.0;2.1.0: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: [error] {file:/home/nori/mysrc/scala-http/}default-a56465/*:update: sbt.ResolveException: unresolved dependency: com.typesafe.akka#akka-actor_2.10.0;2.1.0: not found [error] Total time: 7 s, completed 2013. 1. 5 오후 8:21:17

보니까 scala 2.10용 akka-actor의 이름이 akka-actor_2.10.0 이 아니라 akka-actor_2.10 이네요. (typesafe 저장소, maven 저장소 둘 다 마찬가지)

@ghost ghost assigned eungjun-yi Jan 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant